Tools
MCP tool reference for the ciited server.
Call list_workspaces first, then pass workspace_id to scoped tools.
list_workspacesList workspaces the token can access.
Returns
Markdown list of id, name, state.
get_share_of_voiceSOV time series for the primary brand.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| workspace_id* | uuid | — | Workspace id. |
Returns
JSON cap-truncated series.
list_runsRecent benchmark runs.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| workspace_id* | uuid | — | Workspace id. |
| limit | number | 20 | Max rows (1–100). |
get_runSingle run detail.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| workspace_id* | uuid | — | Workspace id. |
| run_id* | uuid | — | Benchmark run id. |
list_promptsPrompt table for the latest completed run.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| workspace_id* | uuid | — | Workspace id. |
get_prompt_detailPrompt debug (versions, response counts).
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| workspace_id* | uuid | — | Workspace id. |
| prompt_id* | uuid | — | Prompt id. |
list_topicsTopic tree with prompts.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| workspace_id* | uuid | — | Workspace id. |
list_alertsWorkspace alerts.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| workspace_id* | uuid | — | Workspace id. |
| open_only | boolean | false | Only unacknowledged. |
list_competitorsCompetitor metrics.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| workspace_id* | uuid | — | Workspace id. |
Write tools
acknowledge_alert, update_prompt, set_prompt_tracking, create_topic, update_topic, delete_topic, reorder_topics — same semantics as the CLI write commands.
Resource
ciited://workspace/{id}/summary — markdown snapshot (name, SOV point, open alert count).
Prompt
ciited-debug-prompt — primes an agent to investigate visibility with read tools only.