list_capabilities
Curated catalog of cito-mcp tools, games, jobs, and builder recipes.
When to use:
Session start or "what can you do?"
Mapping app screens to tools
Filtering by game or job (live_board, match_page, team_page, player_form, standings, h2h, schedule, preview, event_card, app_scaffold)
Prefer over: guessing from memory; exploring raw OpenAPI via call_api.
Do not use when: you already know the tool and have IDs — call that tool directly.
Parallel-safe: yes. Upstream cost: 0. Example: { "game": "cs2", "job": "live_board", "includeExamples": true }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text filter over tool names and outcomes. | |
| job | No | Filter by agent/builder job. Example: "team_page". | |
| game | No | Filter catalog to one primary game; omit for all. | |
| includeRecipes | No | Include multi-step recipes. | |
| includeExamples | No | Include exampleArgs on each tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | true if the tool succeeded | |
| data | No | Result payload when ok is true; null on error | |
| meta | Yes | ||
| error | No | ||
| partial | No | ||
| pagination | No |