Skip to main content
Glama

RunOnProof — Payment Decision and Agent ID

create_agent_identity_challenge

Read-onlyIdempotent

Issue a free challenge for Agent ID enrollment or key lifecycle. Generate and retain private keys locally; this tool never accepts them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextYes
purposeYes
agent_idNo
target_roleNo
target_key_idNo
new_public_keyNo
idempotency_keyYes
delegation_scopeNo
delegation_limitsNo
authorizing_key_idNo
recovery_public_keyNo
subagent_public_keyNo
operational_public_keyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.5/5.0
Behavior4/5

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

The description adds a key security detail beyond annotations: private keys are generated and retained locally, and the tool never accepts them. This is important behavioral context not present in the readOnlyHint, idempotentHint, or destructiveHint annotations. It also notes the challenge is 'free', which implies no payment side-effect. This adds value without contradicting annotations.

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 concise sentences with no filler. The primary action is front-loaded, and the security clarification follows immediately. Every word earns its place.

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?

Given the tool's complexity (13 parameters, nested objects, enums, no output schema), the description is far too minimal. It does not explain how to select parameters for different purposes, what the challenge response contains, or how the local key generation relates to the challenge. Even with annotations covering safety, the agent lacks the information needed to correctly invoke this tool.

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

Parameters1/5

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

The description mentions no parameters at all. With 13 parameters, 0% schema description coverage, and several enums and nested objects, the agent has zero guidance on which parameters are required for which purpose. The description does nothing to compensate for the sparse schema.

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 states a specific verb ('Issue') and resource ('challenge'), and clearly scopes it to 'Agent ID enrollment or key lifecycle'. This distinguishes it from sibling tools like get_agent_id_bootstrap or export_agent_identity, which serve different purposes. The 'free' qualifier also adds useful context.

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?

The description gives a clear context (enrollment or key lifecycle) but does not explicitly compare to alternatives or state when not to use this tool. It implies usage but leaves the agent to infer the boundaries versus sibling tools. No exclusions or alternative routing are provided.

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