Skip to main content
Glama
sailorpepe

Stampchain MCP Server

get_stamp

Retrieve detailed information about a Bitcoin stamp by its ID, with optional base64 image data for visual verification.

Instructions

Retrieve detailed information about a specific Bitcoin stamp by its ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stamp_idYesThe ID of the stamp to retrieve
include_base64NoWhether to include base64 image data

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states the tool retrieves detailed information but doesn't disclose behavioral traits such as error handling (e.g., what happens with invalid IDs), rate limits, authentication needs, or response format. This leaves significant gaps for an agent to understand how to invoke it safely.

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 a single, efficient sentence that front-loads the core purpose ('retrieve detailed information') and specifies the key constraint ('by its ID'). There is zero waste, and every word earns its place, making it highly concise and well-structured.

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?

Given the tool has no annotations, no output schema, and involves retrieving data (which could include complex details like ownership or metadata), the description is incomplete. It doesn't cover what 'detailed information' entails, potential errors, or response structure, leaving the agent with insufficient context for reliable use.

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 100%, so the schema fully documents both parameters ('stamp_id' and 'include_base64'). The description adds no additional meaning beyond what's in the schema (e.g., it doesn't explain what 'detailed information' includes or how base64 data is structured). Baseline 3 is appropriate as the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('retrieve') and resource ('detailed information about a specific Bitcoin stamp'), making the purpose evident. It distinguishes from siblings like 'get_recent_stamps' or 'search_stamps' by specifying retrieval of a single stamp by ID. However, it doesn't explicitly contrast with all siblings (e.g., 'get_token_info' might overlap in some contexts).

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 'search_stamps' or 'get_token_info'. It mentions retrieving by ID but doesn't clarify prerequisites (e.g., needing a valid stamp ID) or exclusions (e.g., not for batch retrieval). Usage is implied but not explicitly stated.

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