Skip to main content
Glama

citation-tracker

citation_tracker_check

Sends one prompt to 1 to 4 search assistants (Perplexity, OpenAI, Anthropic, Gemini) and reports whether each cites your target domains: cited status, citation count, cited domains, model, and a structured error per engine. Started concurrently; a failed engine returns cited: null and does not block the others (PD7). Paid, $0.75/call; read-only and safe to retry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesThe prompt to send to the search assistant(s), verbatim. 1 to 4000 characters.
enginesYes1 to 4 distinct engines to check, from perplexity, openai, anthropic, gemini.
targetsYes1 to 10 target domains to check for a citation.

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations present, the description carries the full burden of behavioral disclosure. It covers cost, read-only idempotency, concurrent start, per-engine error handling, and the output shape including 'model' and 'structured error per engine'. This is exceptional transparency for a paid, multi-engine tool.

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

Conciseness5/5

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

Two sentences, with the core action and output summary front-loaded. Every clause adds value: engines, scope, reported fields, concurrency, failure behavior, cost, and retry safety. No filler or repetition.

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?

Despite lacking an output schema, the description lists the returned fields (cited status, count, domains, model, error) and failure behavior, which is sufficient for an agent to interpret results. Cost and retry safety are included, and input constraints are fully covered by the schema. Complete for a paid read-only API call.

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% with detailed per-parameter info (e.g., domain normalization pattern, engine enum). The description adds context that target domains are the citation objects and prompt is sent verbatim, but does not materially expand on the schema. Baseline 3 is appropriate.

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?

States a specific verb and resource: 'Sends one prompt to 1 to 4 search assistants' and reports citation info for 'target domains'. Names the four engines and the exact output fields, making the tool's function explicit. The multi-engine scope also distinguishes it from the sibling per-engine citation_tracker_check_perplexity.

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

Usage Guidelines4/5

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

Does not explicitly name alternatives or give when-not-to-use conditions, but provides clear behavioral context: concurrent execution, failure isolation ('a failed engine returns `cited: null` and does not block the others'), and cost ('$0.75/call'). The 'safe to retry' note gives a practical guideline. Lacks a direct contrast with sibling tools, but the context is strong enough for a 4.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation4/5

The paid multi-engine check, the free Perplexity-only check, and the ChatGPT shortlist gate serve clearly different purposes. The two 'check' tools could be confused by name alone, but their descriptions make the distinction explicit.

Naming Consistency4/5

All tools share the consistent 'citation_tracker_' prefix, and two follow a clear check pattern. The 'shortlist_gate' name deviates slightly from the verb style, but the overall naming remains predictable and readable.

Tool Count5/5

Three tools is a compact, well-scoped set for this citation-tracking niche. Each tool earns its place: a free preview, a low-cost gate, and the full paid multi-engine check.

Completeness5/5

The tool surface covers the full intended workflow: gate a prompt, try a free single-engine check, then run a paid multi-engine check. No obvious dead ends or missing operations for the stated purpose.

Resources