Skip to main content
Glama
KRLabsOrg
by KRLabsOrg

verbatim_transform

Answer questions using provided context documents, returning exact citations from the source texts.

Instructions

Turn any question + context documents into a verbatim answer with exact citations.

Collection-agnostic — works with any text you provide.

Args: question: The question to answer. context: List of documents. Each dict should have: - content (required): the text to cite from - title (optional): document title - source (optional): URL or reference - metadata (optional): any additional metadata

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextYes
questionYes
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It mentions producing a 'verbatim answer with exact citations' but fails to specify whether the tool modifies data, requires permissions, or has side effects. The output structure and behavior under error conditions are not described.

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 concise and well-structured, starting with a clear purpose statement, then a summary line, followed by formatted parameter descriptions. Every sentence adds value without redundancy.

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?

The tool has no output schema, and the description does not detail the return format beyond 'verbatim answer with exact citations'. Given the complexity of the output (likely structured with citations), this omission leaves gaps. However, it adequately covers input semantics.

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 description adds significant value beyond the bare input schema. It explains that 'question' is the query to answer, and 'context' is a list of documents with required 'content' and optional 'title', 'source', and 'metadata'. This meaningfully compensates for the 0% schema coverage.

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: transforming a question and context documents into a verbatim answer with exact citations. It distinguishes itself from siblings like query_rag (semantic search) and get_citation (retrieval), indicating a unique function.

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 explains that the tool is 'collection-agnostic' and works with any text, providing clear usage context. However, it does not explicitly state when not to use it or suggest alternatives beyond implicit differentiation from sibling tool names.

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/KRLabsOrg/verbatim-mcp'

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