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

A3.9/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 and does disclose non-obvious behaviors: retries require the same idempotency_key, and the tool never auto-routes or falls back to a prior winner. It also explains auth requirements for each payment path. It stops short of describing side effects, return format, or failure behavior, but the disclosed traits are meaningful.

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 two sentences, front-loaded with the core action, and every clause earns its place. There is no fluff or repetition of schema fields, making it highly efficient for an agent to parse.

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?

The description covers key operational aspects (payment auth, idempotency, no-fallback), which is good for a tool with no annotations and no output schema. However, it omits the essential semantics of the 'input' parameter and any description of the response or errors, leaving the tool incompletely specified for an agent to use confidently without external knowledge.

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?

The description adds value by clarifying the relationship between payment_path, api_key, and agent_key, and by emphasizing that capability_id must be explicit and idempotency_key must be reused for retries. However, the 'input' parameter—which is required and has no schema description—is entirely unaddressed, leaving a significant gap despite the 50% schema coverage.

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 opens with 'Call one explicit capability id', which is a specific verb+resource statement that clearly distinguishes this tool from siblings like capability_get (inspect) or capabilities_list (list). The emphasis on 'explicit' and 'never auto-route or fall back to a prior winner' further differentiates it from any potential routing-based alternatives.

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 provides clear contextual guidance on payment paths ('Use x402 with an agent_key outside bounties, or balance with an api_key for a Stripe-topped-up wallet') and idempotency for retries. However, it does not explicitly name alternatives or state when NOT to use this tool versus siblings, so the guidance is implied rather than explicit.

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.1/5.0
Disambiguation3/5

Several tools share the same domain (bounties, capabilities, sources) and a few pairs could be confused, such as bounty_subscribe vs work_alert_subscribe or needs_intake vs request_source. The detailed descriptions help, but the boundaries are not immediately obvious from names alone.

Naming Consistency2/5

Naming conventions are mixed: some tools use verb-first (get_rows, list_sources), others noun-first (bounties_list, bounty_get), and some are noun phrases (bounty_counter, needs_intake). This inconsistency reduces predictability.

Tool Count2/5

With 26 tools, the set crosses the 25+ threshold for 'too many.' While the broad domain justifies some size, several niche tools (e.g., bounty_self_gate, capability_price_notices) could be consolidated or are overly granular.

Completeness3/5

Core workflows exist for bounties, capabilities, and sources, but there are notable gaps: no explicit accept/payout tool for bounties, no delete/disable for capabilities, and no way to list individual submissions. Some lifecycle operations are missing.

Resources