scenario_tools_list

Management

List Tool Catalog

List every tool in the Scenario tool catalog — the full capability map, grouped by family (generation, jobs, assets, collections, workflows, members, API keys, models, analysis, operations). Use this tool when the user asks what this server can do, or before searching when you don't know what exists. Rows are compact: name, title, one-line summary, lane (read | write | delete), and listed (true = also in tools/list, call it directly). No schemas — get a tool's executable inputSchema from scenario_tools_search, then run catalog-only tools via scenario_tool_execute_<lane>. Args: - group: optional — one family label (e.g. "Workflows") to list just that family Returns: { total, groups: [{ family, tools: [{ name, title, summary, lane, listed }] }] }. Don't use when: you already know what to look for — use scenario_tools_search; or the tool is visible top-level — call it directly.
read-onlyidempotent

Parameters

NameTypeRequiredDescription
groupenum(Discovery | Generation | Analysis | Display | Assets | Collections | Models | Workflows | Jobs | Members | API Keys | Operations)Optional family filter (e.g. "Workflows", "Collections").