Skip to main content
Glama

Technocore Archive & Ownership

tclk_audit_request

Returns the exact HTTP request needed to audit a tclk/1 deal by contract id (what actually happened: accepted, locked, claimed, refunded) via x402 -- this tool does NOT run it or move any payment itself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contractYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden, and it does disclose the most important trait: it returns a request rather than executing it or moving payment. However, it omits whether the returned request must be signed, what x402 flow it participates in, and any auth/permission requirements for the call itself.

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?

One sentence, front-loaded with the verb and resource, and the critical non-execution caveat is placed last where it reads clearly. The parenthetical enumeration adds precision at minor length cost.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema, so the description must explain the return value; it does so at a high level ('exact HTTP request'), but does not describe the request's shape, required headers, or how the agent should use it. Combined with the undocumented parameter, the definition is adequate but incomplete.

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 coverage is 0% and the single parameter 'contract' has no description in the schema. The description compensates partially by identifying it as the contract id of a tclk/1 deal, but gives no format, length, or validation expectations for that identifier.

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

Purpose4/5

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

States a specific verb and resource: returns the exact HTTP request to audit a tclk/1 deal by contract id, and clarifies the data is what actually happened (accepted, locked, claimed, refunded). It implicitly distinguishes itself from an executor, though it does not name the analogous sibling tclk_risk_check_request to sharpen the contrast.

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?

Usage is implied by the phrase 'audit a tclk/1 deal by contract id via x402' and the negative clause 'does NOT run it or move any payment itself', which tells the agent this is a request-builder step. There is no explicit statement of when to prefer this over the sibling *_request tools or what prerequisite state is needed before calling.

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