Skip to main content
Glama
Ankur-stockheads

break-clause-analyzer

find_citation

Read-only

Locates the exact verbatim passage in a source document that supports a given claim, or returns NOT_FOUND if no direct match exists. Provides deterministic decision support without inventing text.

Instructions

Return the exact verbatim text in the source that supports a claim, or NOT_FOUND. Never invents text. Deterministic. Decision-support only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
claimYes
source_textYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
citationYesThe result of grounding a claim. ``found=False`` is the NOT_FOUND outcome: the system could not locate verbatim support and refuses to invent any. There is no path that substitutes model text for a real span.
disclaimerNoDECISION-SUPPORT ONLY — NOT LEGAL ADVICE. This tool applies a deliberately simplified, non-proprietary ruleset to synthetic data and can be wrong. A qualified solicitor must independently verify any real break-clause decision.
Behavior4/5

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

Annotations already mark the tool as read-only, so the description adds value by disclosing deterministic behavior, the constraint of never inventing text, and the explicit NOT_FOUND return convention. This goes beyond the structured annotations.

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 extremely concise—two sentences front-loaded with the core action and output behavior. Every clause adds value (verbatim, NOT_FOUND, never invents, deterministic, decision-support). No wasted words.

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?

Given the tool's simplicity, the description covers the essential return values and constraints. The presence of an output schema (not shown) likely documents return structure; description explains the high-level behavior. Missing edge-case details but acceptable for the tool's scope.

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?

Schema description coverage is 0%, but the parameter names (source_text, claim) are self-explanatory. The description refers to 'source' and 'claim' without adding format or constraints beyond what the schema provides, leaving room for more detail but not critical.

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 function: returning exact verbatim text from a source that supports a claim, or NOT_FOUND. This is a specific verb-resource combination that distinguishes it from siblings like extract_break_clause or check_conditions.

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

Usage Guidelines3/5

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

The description implies usage (when you need supporting evidence for a claim) but does not explicitly state when to prefer this over alternatives or provide exclusions. The phrase 'Decision-support only' hints at appropriate contexts but lacks explicit guidance.

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/Ankur-stockheads/rubo-mcp'

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