solmachina_verify_receipt
How to verify a paid answer's Ed25519 SIR receipt OFFLINE (proof of what you paid for). FREE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt | No | base64 X-SolMachina-Receipt value or the receipt JSON |
How to verify a paid answer's Ed25519 SIR receipt OFFLINE (proof of what you paid for). FREE.
| Name | Required | Description | Default |
|---|---|---|---|
| receipt | No | base64 X-SolMachina-Receipt value or the receipt JSON |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses two key behaviors: offline operation and being free, which are valuable. However, it does not describe what happens with invalid receipts, the output format, or potential errors, leaving behavioral ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that front-loads the core purpose and includes the useful 'FREE' qualifier. No wasted words, and it immediately communicates the tool's role.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of a single parameter and no output schema, the description is adequate for basic use but omits details about the return value (e.g., a boolean or verification report) and error handling for invalid or tampered receipts. It could be more complete without being verbose.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides a detailed description of the 'receipt' parameter (base64 value or JSON), achieving 100% coverage. The tool description adds no additional meaning about the parameter, so the baseline of 3 applies without further compensation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'verify' and the resource 'a paid answer's Ed25519 SIR receipt', with the method 'OFFLINE' and purpose 'proof of what you paid for'. It is specific and distinct from siblings like solmachina_how_to_pay, which likely covers payment rather than verification.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use it (to verify a receipt offline and for free) but does not explicitly name alternatives or provide exclusion criteria. It lacks a clear 'use this instead of X' statement, leaving the agent to infer context from the phrase 'How to verify'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.