Ciiteddocs

Tools

MCP tool reference for the ciited server.

Call list_workspaces first, then pass workspace_id to scoped tools.

list_workspaces

List workspaces the token can access.

Returns
Markdown list of id, name, state.
get_share_of_voice

SOV time series for the primary brand.

Parameters
NameTypeDefaultDescription
workspace_id*uuidWorkspace id.
Returns
JSON cap-truncated series.
list_runs

Recent benchmark runs.

Parameters
NameTypeDefaultDescription
workspace_id*uuidWorkspace id.
limitnumber20Max rows (1–100).
get_run

Single run detail.

Parameters
NameTypeDefaultDescription
workspace_id*uuidWorkspace id.
run_id*uuidBenchmark run id.
list_prompts

Prompt table for the latest completed run.

Parameters
NameTypeDefaultDescription
workspace_id*uuidWorkspace id.
get_prompt_detail

Prompt debug (versions, response counts).

Parameters
NameTypeDefaultDescription
workspace_id*uuidWorkspace id.
prompt_id*uuidPrompt id.
list_topics

Topic tree with prompts.

Parameters
NameTypeDefaultDescription
workspace_id*uuidWorkspace id.
list_alerts

Workspace alerts.

Parameters
NameTypeDefaultDescription
workspace_id*uuidWorkspace id.
open_onlybooleanfalseOnly unacknowledged.
list_competitors

Competitor metrics.

Parameters
NameTypeDefaultDescription
workspace_id*uuidWorkspace 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.

On this page