Skip to main content
Glama

citation-tracker

citation_tracker_check_perplexity

Sends one prompt to Perplexity (sonar) and reports whether it cites your target domains, with citation count and cited domains. Free: one call per caller and 100 calls total per UTC day; both limits fail closed. A real live evaluation before you pay for citation_tracker_check.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesThe prompt to send to the search assistant(s), verbatim. 1 to 4000 characters.
targetsYes1 to 10 target domains to check for a citation.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does so well: it discloses rate limits (one call per caller, 100 per UTC day), that limits fail closed, and the nature of the output (citation count and cited domains). This is meaningful behavioral context beyond the schema.

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?

The description is two sentences with no waste. It front-loads the core action and output, then adds the critical rate-limit behavior, and closes with the usage context relative to the paid sibling.

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

Completeness4/5

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

For a two-parameter tool with no output schema and no annotations, the description covers the main behavior, output elements, limits, and failure mode. It lacks a defined response format but gives enough for an agent to call it and interpret the result generally.

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?

The schema covers 100% of the parameters with descriptions, so the baseline is 3. The tool description adds little about parameter semantics beyond referencing 'target domains', but the schema already documents prompt and targets thoroughly.

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 states a specific verb and resource: it sends one prompt to Perplexity (sonar) and reports whether target domains are cited, along with citation count and cited domains. It also distinguishes itself from the sibling citation_tracker_check by positioning this as a free live evaluation before paying.

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?

The description gives clear usage context: this is a free, real live evaluation to use before paying for citation_tracker_check. It implies the alternative (the paid check) and the condition for choosing this tool, though it does not explicitly enumerate when not to use it or contrast with citation_tracker_shortlist_gate.

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