Skip to main content
Glama

Certify My Package

security.certify_package
Read-only

Cryptographic seal of origin for packages

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesInput value for name.
contentYesInput value for content.
paymentProofNoUSDC tx hash from any supported chain (base, ethereum, arbitrum, polygon, optimism, solana). Omit to receive a 402 price quote.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sealNoCryptographic seal proving authenticity of this result.
resultNoStructured service payload produced by the paid operation.
price_usdNoUSD amount settled for this call.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.5/5.0
Behavior2/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, and the description does not contradict them dropped. However, the description adds no behavioral context beyond those annotations; notably, it does not mention the paymentProof/402 price quote workflow, which is a key behavioral aspect of this tool.

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

Conciseness3/5

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

The description is short and contains no wasted words, which is good for conciseness. However, it is so minimal that it sacrifices clarity and structure, making it more under-specified than effectively concise.

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 three parameters, a payment flow, and an output schema, but the description leaves out essential context such as what 'certifying' produces, when payment is required, and what the 402 quote flow implies for usage. The annotations and schema cover some aspects, but the description does not provide a complete operational picture.

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 baseline is acceptable even though the description itself says nothing about parameters. The description's 'origin of packages' only weakly hints at what name/content represent, and the schema's name/content descriptions are generic, but the paymentProof parameter is well-specified in the schema.

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

Purpose3/5

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

The phrase 'Cryptographic seal of origin for packages' gives a general sense that the tool certifies or seals a package's origin, but it lacks an explicit verb and does not say what operation is performed on name/content. It is not a tautology, but it is too vague to distinguish this from related security/escrow tools without deeper inspection.

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 'when to use' guidance, no exclusions, and no mention of alternative tools such as security.audit_agent_code or escrow.verify_work. An agent would have to infer use cases from the name and title, which is insufficient.

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