Skip to main content
Glama
Cituna

Cituna MCP Server

Official
by Cituna

run_scan

Run an AI-visibility audit for a website and get scores, citation matrix, competitors, and top gaps. Get fresh, current data or use cached results when a recent measurement exists.

Instructions

Run an AI-visibility audit for a website and return the completed result (scores, citation matrix, competitors, top gaps). A fresh scan takes about a minute and CONSUMES ONE SCAN from your monthly quota. Two honest caveats: (1) for a domain the workspace does not already track (and with no competitors passed), the backend may answer from a recent shared measurement up to 7 days old — that replay consumes no quota and adds NO entry to list_audits; (2) a successful scan of a new domain also adds it as a tracked brand, which counts against the plan's brand cap. Optionally pass competitors to steer the comparison (this forces a fresh run). Prefer list_audits/get_audit to read an existing audit for free; use run_scan only when fresh data is needed. WRITE ACTION — requires a Pro plan or higher; on Starter/trial the MCP is read-only (run scans in the app instead).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesSite to scan — bare domain 'acme.com' or full URL 'https://acme.com'.
competitorsNoOptional competitor domains to compare against (up to 8). Steers the comparison instead of relying only on auto-detection.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full disclosure burden. It explicitly discloses that it's a WRITE ACTION, consumes one scan from quota, adds tracked brands to brand cap, may replay a shared measurement, and adds no entry to list_audits in the replay case. This is exemplary transparency for a resource-consuming mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and informative, front-loaded with purpose then caveats then alternatives then plan requirements. Every sentence carries distinct information with no filler. Slightly longer than strictly necessary but every clause earns its place given the multiple behavioral caveats needing disclosure.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a write action with no output schema and no annotations, the description covers purpose, quota/brand implications, replay behavior, when-not-to-use, plan tier requirements, and param-level nuance. Despite no output schema, the description mentions the returned result shape (scores, citation matrix, competitors, top gaps), making this highly complete for the complexity involved.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so both url and competitors have adequate schema docs. The description adds moderate value beyond schema: it clarifies url accepts bare domain or full URL, states competitors count limit (up to 8), and notes that passing competitors forces a fresh run. This exceeds baseline 3 slightly but the schema already handles param details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb+resource (Run an AI-visibility audit) and specifies the output (scores, citation matrix, competitors, top gaps). It distinguishes this from sibling tools by naming get_audit/list_audits as read alternatives for existing audits, situating run_scan as the fresh-data option.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit guidance on when to use vs alternatives: 'Prefer list_audits/get_audit to read an existing audit for free; use run_scan only when fresh data is needed.' Also explains caveats (7-day replay for untracked domains, brand-cap impact) and plan-tier requirements (Pro or higher, read-only on Starter/trial) that tell the agent when this tool is not usable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cituna/cituna-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server