Skip to main content
Glama
Gareth1953

agent-services-mcp

by Gareth1953

Certify content provenance

certify_provenance

Certify the origin of content by generating an Ed25519-signed receipt that proves the content was hashed and timestamped at certification time, with optional attested metadata.

Instructions

Certify the ORIGIN of a piece of content via the provenance-receipts service. Returns an Ed25519-signed receipt committing to a SHA-256 hash of the content, your caller-attested generator_metadata, and a service-set timestamp.

PROVES: the content is unmodified (hash) and the receipt was issued by the holder of the service's signing key. DOES NOT PROVE: it does not independently verify generator_metadata — the receipt proves you CLAIMED that metadata at certification time, not that a specific model actually produced the content. This is proof-of-origin/tamper-evidence, not AI-detection and not a truth guarantee.

Note: /v1/certify is the paid action; when the underlying service has x402 payments enabled it may require a micropayment. This wrapper forwards the request as-is.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe exact content to certify. Non-empty.
generator_metadataNoOptional caller-attested metadata about what generated the content (e.g. { model, provider }). Recorded verbatim; the receipt proves you claimed it, not that a specific model ran.
Behavior4/5

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

With no annotations, the description carries full burden. It explains the cryptographic process (SHA-256 hash, Ed25519-signed receipt, timestamp), the nature of generator_metadata, and the payment requirement. It lacks details on error handling or response structure but provides solid behavioral 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 concise and uses bold headers for key sections (PROVES, DOES NOT PROVE), improving readability. The payment note is integrated without bloating. A few redundant phrases could be trimmed, but overall it is well-structured and front-loaded.

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?

Given no output schema, the description explains the returned receipt (Ed25519-signed) and its contents (hash, metadata, timestamp). It covers core functionality, limitations, and payment context. A more detailed return format would increase completeness, but it suffices for the tool's complexity.

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?

Schema description coverage is 100%, but the description adds meaning beyond the schema by clarifying that generator_metadata is recorded verbatim and that the receipt only proves the claim, not the actual model. This provides valuable context for parameter interpretation.

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 certifies content origin via a provenance service, distinguishing it from siblings like verify_provenance. It specifies the action (certify), the resource (content provenance), and details what the receipt proves and does not prove, making the purpose unambiguous.

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 description implicitly guides usage by explaining what the tool does and does not prove, preventing misuse. It also mentions the paid action note with x402 payments. However, it does not explicitly compare to siblings like verify_provenance or provide when-not-to-use scenarios, leaving slight room for improvement.

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/Gareth1953/agent-services-mcp'

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