Skip to main content
Glama

get_evidence

Retrieve original source text for a given chunk ID to verify citations against the knowledge graph. Returns verbatim evidence with section and page details.

Instructions

Read SourceChunk evidence for citation verification.

    citation 검증용 — query_knowledge가 준 chunk id의 원문 열람.

    Args:
        chunk_id: SourceChunk ID returned by query_knowledge context/citations.

    Returns:
        JSON evidence payload with chunk_id, source_id, text, verbatim,
        section_title, and pages.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chunk_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses the return format (JSON payload with listed fields) and clearly indicates a read-only operation via 'Read', which implies no side effects. It does not mention error behavior or access requirements, but for a simple read tool this is reasonably transparent.

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 well-structured with a brief summary, a redundant Korean translation, and clearly labeled Args/Returns sections. The Korean duplicate adds minimal value but the overall length is appropriate and information is front-loaded. Minor redundancy prevents a 5.

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 tool with a single parameter and an output schema, the description is complete: it explains when to use it, what input is expected, and what return fields to expect. No additional context is needed for the agent to invoke it correctly.

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

Parameters5/5

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

The schema only defines chunk_id as a string with 0% description coverage, but the description compensates fully by explaining that chunk_id is the SourceChunk ID returned by query_knowledge. This provenance information is crucial for correct usage and goes well beyond the bare schema.

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's purpose: reading SourceChunk evidence for citation verification. It distinguishes itself from query_knowledge by explicitly referencing chunk IDs obtained from query_knowledge, and the verb 'Read' plus resource 'SourceChunk' make the operation unambiguous.

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?

It provides clear context that this tool is used for citation verification when a chunk_id is already known from query_knowledge context/citations. While it doesn't explicitly mention when not to use it, the dependency on query_knowledge output implicitly differentiates it from related tools like audit_citations.

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/xz0831/openclaw-brain'

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