Skip to main content
Glama

TraceMyContext — Anchor Trace

anchor_context_trace
Idempotent

Create or inspect an immutable provenance anchor from a context digest, parent digests, and processing stage. No context content is stored. Production; subscription API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stageNo
operationYes
control_idNo
context_digestNo
parent_digestsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.6/5.0
Behavior4/5

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

The description adds behavioral traits beyond annotations: it explicitly states 'No context content is stored' (privacy guarantee) and 'immutable' (data integrity). Annotations already indicate idempotentHint=true and destructiveHint=false, which are consistent. The description does not contradict annotations and adds meaningful context about side effects and data retention policies.

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 totaling 20 words, front-loading the main purpose and then adding critical context. Every sentence earns its place: the first sentence defines the operation and inputs, the second clarifies data handling and production constraints. There is no extra fluff or repetition of what the schema already shows.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 5 parameters, no output schema, and no parameter descriptions. The description explains the high-level purpose and a few parameters, but it omits what the tool returns (e.g., for 'check' operation) and the role of control_id. For a provenance tool with only two sentences of documentation, an agent lacks sufficient information to invoke it correctly without external knowledge. More behavioral details (e.g., response format, error states) are needed.

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?

With 0% schema description coverage, the description carries the burden of parameter explanation. It covers three of five parameters: context_digest, parent_digests, and stage by naming them in the use case. The operation parameter is implied by 'Create or inspect' (anchor vs check). However, control_id is not explained at all, leaving its purpose ambiguous. The description adds moderate value but is incomplete for a schema with no descriptions.

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 creates or inspects an immutable provenance anchor using specific inputs: context digest, parent digests, and processing stage. This action is distinct from all sibling tools, which cover approvals, actions, quality, etc. The verb-resource pair is precise and leaves no ambiguity about the tool's core function.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like record_action_receipt or other provenance-related siblings. It mentions 'Production' and a subscription API key as prerequisites, but does not explain scenarios for choosing 'anchor' vs 'check' operations. The lack of when-to-use or when-not-to-use instructions makes it hard for an agent to select the correct tool among 47 siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources