Skip to main content
Glama

create_timestamp

Generate Bitcoin blockchain timestamps to verify data existence at specific times using hash commitments and OP_RETURN scripts.

Instructions

Create a hash commitment for timestamping.

    Args:
        data: Data to timestamp
        encoding: Data encoding ('utf-8' or 'hex')
        hash_algorithm: Hash algorithm to use ('sha256', 'sha3_256')

    Returns:
        Dictionary with hash and prepared script for embedding.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
encodingNoutf-8
hash_algorithmNosha256
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the tool creates a hash commitment and returns a dictionary, but fails to describe critical behaviors like whether this is a read-only operation, if it requires network access, what happens on failure, or any rate limits. The description is minimal and lacks operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded with the core purpose in the first sentence. The parameter and return sections are structured clearly, though the Args/Returns formatting is slightly verbose. Every sentence adds value, with no wasted words.

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?

Given the tool's moderate complexity (3 parameters, no output schema, no annotations), the description is partially complete. It covers the purpose and parameters well but lacks behavioral context, error handling, and output details (beyond a vague 'dictionary'). For a tool that creates commitments, more operational guidance would be helpful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds significant meaning beyond the input schema, which has 0% description coverage. It explains each parameter's purpose (data to timestamp, encoding options, hash algorithm choices) and provides enum-like values for encoding and hash_algorithm, compensating for the schema's lack of documentation. However, it doesn't detail format constraints or examples for the data parameter.

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 with a specific verb ('create') and resource ('hash commitment for timestamping'), distinguishing it from sibling tools like verify_timestamp (which validates) or embed_document (which embeds). It precisely defines what the tool produces.

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 embed_document or verify_timestamp. It lacks context about prerequisites, typical use cases, or exclusions, leaving the agent to infer usage from the purpose alone.

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/EricGrill/mcp-bitcoin-cli'

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