Skip to main content
Glama
udjin-labs
by udjin-labs

mnemostack_resolve

Resolve a citation's chunk ID to its source document and re-read the current content to return a verdict: intact, source_changed, moved, changed, missing, or unresolvable. Includes snapshot-hash comparison.

Instructions

Verify a citation: resolve a chunk id back to its source document.

Re-reads the CURRENT source and returns an honest verdict: intact / source_changed / moved (citation still supported), changed / missing (not supported by the current source), or unresolvable (cannot be verified from this process). Includes the snapshot-hash comparison and the fragment when locatable. Read-only; never mutates stored memory; runs outside the recall path. Resolution is confined to the corpus root recorded at ingest — there is deliberately no way for a caller to point it at another directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chunk_idYesThe [id:...] value from a recall result or answer citation

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully discloses behavioral traits: 'Read-only; never mutates stored memory' explicitly states safety, and 'runs outside the recall path' plus 'Resolution is confined to the corpus root recorded at ingest — there is deliberately no way for a caller to point it at another directory' provides important scope limitations. It also lists the verdict categories and mentions 'snapshot-hash comparison,' giving rich behavioral detail beyond what structured data could convey.

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 front-loaded with the purpose in the first sentence and each subsequent sentence adds distinct value: verdict categories, read-only safety, and root-confined scope. It is concise enough at roughly 90 words and avoids redundancy or filler.

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 single-parameter tool, the description covers the core purpose, explicit safety guarantees, scope restrictions, and the nature of the return value (verdicts and optional fragment). The presence of an output schema means return details are not required in the description, and the tool's simplicity makes this fully complete.

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?

The input schema already documents the sole parameter `chunk_id` with the description 'The [id:...] value from a recall result or answer citation,' achieving 100% schema coverage. The tool description adds only that it resolves the id back to a source document, which is purpose-oriented rather than parameter-specific. This meets the baseline but does not elevate it.

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 opens with 'Verify a citation: resolve a chunk id back to its source document,' giving a specific verb ('verify'/'resolve') and resource ('chunk id back to source document'). This clearly distinguishes it from siblings like search, answer, invalidate, and health by focusing on citation resolution and verification.

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 clearly establishes context: 'Verify a citation' and 'Re-reads the CURRENT source' imply it is for verifying existing citations against the current source. It also notes it 'runs outside the recall path,' distinguishing it from retrieval tools. However, it does not explicitly name sibling alternatives or state when not to use it, so it stops short of full usage 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/udjin-labs/mnemostack'

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