Skip to main content
Glama

costwright_certify

Issue a signed budget certificate to provide auditable proof of an agent workflow's worst-case spend ceiling, logged to a transparency log.

Instructions

Issue a tamper-evident, Ed25519-signed budget certificate for an agent repo (re-run server-side, logged to a public transparency log). Same input as costwright_check plus an optional label. Returns the cert_id, the signed certificate and a verify_url. Use to produce an auditable proof of a workflow's worst-case spend ceiling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoOptional human label for the certificate.
policyNodefault
repo_pathYesAbsolute path to the local Python repo/directory to certify.
Behavior4/5

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

Discloses key traits: tamper-evident, Ed25519-signed, server-side re-run, logged to public transparency log. With no annotations, description carries burden and does well, though prerequisites (auth, network) are omitted.

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?

Two sentences, front-loaded with action and key features. No extraneous information; every sentence adds value.

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?

Covers purpose, key features, and return values (cert_id, signed cert, verify_url). No output schema, but description compensates. Missing detail on 'policy' but overall sufficient for a certification tool.

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

Parameters2/5

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

Schema coverage is 67% but description adds little beyond 'same input as check plus label'. Does not explain 'policy' enum values (default vs strict) or the meaning of 'label'. Relies heavily on schema which is minimal.

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?

Clearly states it issues a tamper-evident Ed25519-signed budget certificate. Distinguishes from siblings by mentioning same input as costwright_check plus optional label and specific returns (cert_id, signed cert, verify_url).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies use for auditable proof of spend ceiling and compares to costwright_check, but does not explicitly contrast with costwright_pubkey or costwright_verify. Lacks explicit when-to-use vs when-not-to-use.

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/hernaninverso/costwright-mcp'

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