Skip to main content
Glama

verify_quotes

Check quoted fragments against source text to catch citation drift or misquoted snippets. Provide an evidence pack and optional source texts to verify presence and identify missing sources.

Instructions

Check whether quoted fragments from an evidence pack appear in caller-provided source text. Use when you have local excerpts and need to catch citation drift or misquoted snippets. Pass pack_json plus texts mapping evidence_id to plain text. Returns present, absent, and missing_source_text results. Local-text only: it does not make outbound requests, discover sources, score source reputation, gather news, or verify factual truth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textsNoOptional mapping from evidence_id to caller-provided plain source text.
pack_jsonYesEvidence pack containing evidence IDs and quote fragments to check.
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses that the tool is local-text only, does not make outbound requests, and returns specific results (present, absent, missing_source_text). It covers key behaviors sufficiently, though it could mention if there are any side effects or error conditions.

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 plus a clear list of non-capabilities. It is front-loaded with the purpose and every sentence adds value. No unnecessary words.

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?

Given 2 parameters (one optional, one nested object) and no output schema, the description fully explains inputs, outputs, and limitations. It provides complete guidance for an agent to use the tool correctly.

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 baseline is 3. The description adds value beyond schema by clarifying that 'texts' maps evidence_id to plain text and explaining that both 'pack_json' and 'texts' are expected inputs. It also describes the structure of 'pack_json' as containing evidence IDs and quote fragments.

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 tool checks whether quoted fragments from an evidence pack appear in caller-provided source text. It uses specific verbs ('Check') and resources ('quoted fragments from an evidence pack'), and distinguishes from siblings by listing what it does not do (no outbound requests, fact-checking, etc.).

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 explicitly says 'Use when you have local excerpts and need to catch citation drift or misquoted snippets.' It also lists limitations (local-text only, no outbound requests, etc.), which helps agents decide when not to use. However, it does not directly name alternative sibling tools like 'audit_claims' or 'validate_evidence' for other purposes.

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/vassiliylakhonin/agenda-intelligence-md'

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