Skip to main content
Glama

get_proof_status

Retrieve the cryptographic manifest, Merkle path, and TON transaction status for any sealed deal using its deal ID.

Instructions

Retrieves the cryptographic manifest, Merkle path, and TON transaction status for a sealed deal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deal_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The verb 'Retrieves' discloses a non-mutating action, and the description enumerates exactly what data will be obtained, giving an agent a clear behavioral model. Since there are no annotations, this description partially carries the transparency burden, but it does not mention auth requirements or possible errors.

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?

One sentence with no tangential or redundant language. The primary verb and object precede the context, making the description easy to parse and efficient.

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?

For a one-parameter read operation with an output schema available, the description outlines the required data categories and the prerequisite condition ('sealed deal'). It is slightly sparse on peripheral context such as sibling-tool routing, but adequate for correct invocation.

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 schema contains one required parameter, deal_id, with no description and 0% schema description coverage. The description's 'for a sealed deal' provides context that deal_id refers to an already-sealed deal, but it does not explain the format or provenance of deal_id, leaving some semantic burden on the parameter name.

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 uses a precise verb ('Retrieves') and names specific returned artifacts: cryptographic manifest, Merkle path, and TON transaction status. The qualifier 'for a sealed deal' differentiates it from the sibling seal_content, which corresponds to creating/sealing a deal.

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 phrase 'for a sealed deal' clearly implies that this tool is for deals that have already been sealed, which provides usage context. It does not explicitly name seal_content as an alternative or state when not to use it, but the contextual guidance is clear enough.

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/ProofCore-Protocol/proofcore-mcp'

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