Skip to main content
Glama

ctverify:status

Check verification progress of a citation registry by reviewing status counts and citation lists. Filter by status or claim to find missing or disputed entries.

Instructions

Show verification progress of a citation registry: counts by status and list of citations. Use filter_status to focus on specific statuses, filter_claim to search claims or find missing ones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNoOnly show these specific citation IDs
fileNoOnly show citations from this source file (matches basename or path suffix, e.g. "40-02.md")
limitYesMaximum entries to return (default: 50)
offsetYesSkip this many entries (for pagination)
filter_claimNoFilter by claim: use "" for entries without claims, or any text to search within claims
filter_statusNoOnly show citations with this status
registry_pathYesPath to the citation registry JSON file (required). Set DT_CT_REGISTRY env var to make optional.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.0

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does disclose that the tool returns counts by status and a citation list, plus filter behavior, which is useful. However, it does not explicitly state that this is a read-only operation, describe the list format/order, or mention any side effects.

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 tight sentences with no filler. The main purpose is front-loaded, and the follow-up sentence gives practical filter usage. Every phrase earns its place.

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

Completeness3/5

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

For a tool with 7 parameters, no annotations, and no output schema, the description covers the high-level output and two key filter parameters but leaves gaps: no tool-selection context, no return field details, and no mention of pagination behavior beyond what the schema already states. It is adequate but not comprehensive.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaningful semantics beyond the schema by explaining filter_status and filter_claim, particularly clarifying that filter_claim can 'find missing ones' via empty-string matching. This is valuable interpretive context.

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

Purpose4/5

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

The description clearly states the verb and resource: 'Show verification progress of a citation registry' and summarizes the returned content as counts by status and a list of citations. It does not explicitly differentiate from sibling tools like ctverify:get or bib:list, so it stops short of a 5.

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

Usage Guidelines2/5

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

The description gives filter-level guidance ('Use filter_status... Use filter_claim...') but no guidance on when to choose this tool over siblings such as ctverify:get or bib:list. There is no when-not-to-use or alternative tool mention, so tool-selection guidance is essentially absent.

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