Skip to main content
Glama

Call an explicitly selected capability

capability_call

Call one explicit capability id. Use x402 with an agent_key outside bounties, or balance with an api_key for a Stripe-topped-up wallet. Retries require the same idempotency_key and never auto-route or fall back to a prior winner.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes
api_keyNoRequired for balance calls outside a browser session.
agent_keyNoRequired for x402.
payment_pathYes
capability_idYesExplicit capability UUID.
idempotency_keyYes

TDQS

A4.1/5.0
Behavior4/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 key behaviors: idempotency requirements ('same idempotency_key'), no auto-routing or fallback to prior winners, and the conditional auth/payment requirements. It does not mention return format or error behavior, but the disclosed traits are meaningful and go beyond the schema.

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?

The description is three short, purposeful sentences. It front-loads the core purpose, then adds conditional usage details and retry behavior. Every sentence earns its place with no redundant or vague filler.

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?

For a 6-parameter tool with no output schema, the description should ideally cover input semantics, return value, and side effects. It covers payment, idempotency, and no-fallback behavior, but leaves 'input' undefined and does not describe what happens on success or failure. Given the complexity of executing a capability, this is a notable gap, so completeness is only adequate.

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 50%, so the description must compensate. It adds context for payment_path and the conditional api_key/agent_key fields, and explains idempotency_key usage for retries. However, it does not explain the 'input' parameter, which is completely unspecified in both schema and description, leaving a significant gap. It adds value for some params but not all.

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 starts with 'Call one explicit capability id', clearly stating the action and resource. This distinguishes it from sibling tools like capability_get (retrieval) and capability_register (registration). The explicit mention of 'explicitly selected capability' reinforces its specific purpose.

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 provides clear context on choosing payment paths: 'Use x402 with an agent_key outside bounties, or balance with an api_key for a Stripe-topped-up wallet.' It also gives retry guidance: 'Retries require the same idempotency_key and never auto-route or fall back to a prior winner.' However, it does not explicitly state when to use this tool instead of alternatives like capability_get or capabilities_list, though the purpose is fairly obvious.

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.

TDQS

B3.4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but a few could be confused: 'needs_intake' and 'request_source' both accept natural language requests, and 'bounty_self_gate' vs 'check_received_work' both involve checking work against criteria. Overall, detailed descriptions help differentiate them.

Naming Consistency3/5

Naming is inconsistent: some tools use verb_noun ('get_source', 'list_sources') while others use noun_verb ('bounty_get', 'capability_call'). There are also oddities like 'agent_register' and 'bounty_counter'. The mixed conventions are still readable but not predictable.

Tool Count2/5

With 26 tools, the server exceeds the recommended 3-15 range and feels heavy. Many tools are specific, but the sheer number may overwhelm agents, and some could potentially be consolidated (e.g., subscription tools).

Completeness3/5

The domain is broad (bounties, capabilities, sources) and most core workflows are covered, but there are notable gaps: no explicit tool to accept a bounty submission, no unsubscribe or management for subscriptions, and no way to remove or deprecate a capability. These missing lifecycle operations could cause agent workarounds.

Resources