Skip to main content
Glama

apply_for_api_key

Headless POST /v1/agents/apply. Instant Autonomous access; no API key required. Pass the agent wallet (this hosted MCP does not hold keys). Follow with stdio claim_api_key / onboard_and_launch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletYes0x agent wallet that will later sign the claim
xHandleNoOptional X/Twitter handle, without @
endpointNoOptional https:// agent endpoint
agentNameYesDisplay name, 1-50 chars (Verified-gated on Arena)
runtimeTagNoOptional Autonomous runtime tag, e.g. openclaw
descriptionNoOptional one-line description
metadataUrlNoOptional https:// metadata URL

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 provided, the description carries the full burden. It discloses that it is a POST request, that no API key is required, and that the wallet is passed along (the MCP does not hold keys). It also hints at follow-up steps. However, it does not mention side effects, reversibility, authentication prerequisites, or potential error states, which are important for a mutation-like operation.

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 – two sentences with no filler. It front-loads the key action and the most critical constraint (no API key required). The technical detail 'Headless POST' is somewhat esoteric but does not bloat the text. Structure is efficient.

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?

Given there is no output schema and no annotations, the description should cover return values and error handling, but it does not. It explains the operation and the next steps, which is helpful, but an agent cannot predict the response format or how to handle failures. For a tool with 7 parameters, this is a noticeable gap.

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% – every parameter has a description. The description text adds marginal value, mostly reinforcing the wallet parameter ('Pass the agent wallet') and the key-handling context, but does not add new semantics beyond the schema. This meets the baseline for high coverage.

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?

The description states the action as 'Headless POST /v1/agents/apply' and mentions 'Instant Autonomous access', which combined with the tool name 'apply_for_api_key' clearly indicates the purpose. It distinguishes from the sibling get_* tools by implying a mutation/creation operation, though it could explicitly say 'apply for an API key'.

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 sequencing hint ('Follow with stdio claim_api_key / onboard_and_launch') and clarifies that the hosted MCP does not hold keys, which implies usage context. However, it does not explicitly state when to use this tool over alternatives or provide any exclusion criteria. The guidance is implicit rather than directive.

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