Skip to main content
Glama

MISSING

Resolve Verified Capability

resolve_capability
Read-only

Prepare paid execution of one exact replay-verified capability. Use this only after you have an exact capability identifier, normally from list_verified_capabilities or search_verified_capabilities; this MCP call itself does not execute a provider or charge the caller, but returns payment_required with the canonical /v1/agent/resolve endpoint, current price, exact request body, and x402 instructions. The later HTTP x402 flow performs execution and settlement: preserve the exact request body and exact PAYMENT-SIGNATURE for recovery, and do not create a second authorization for a payment already associated with a known transaction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesJSON input object for that capability. Start from the advertised example_input when available, and reuse this exact object in the subsequent x402 HTTP request.
capabilityYesExact verified capability identifier returned by list_verified_capabilities or search_verified_capabilities.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changed
    • addedInput schema / properties / capability / description
      Added value: +"Exact verified capability identifier returned by list_verified_capabilities or search_verified_capabilities."
    • addedInput schema / properties / capability / minLength
      Added value: +1
    • addedInput schema / properties / input / description
      Added value: +"JSON input object for that capability. Start from the advertised example_input when available, and reuse this exact object in the subsequent x402 HTTP request."
  2. First observed

TDQS

A4.5/5.0
Behavior5/5

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

The annotations readOnlyHint=true already indicate a non-executing operation, and the description reinforces this by stating it 'does not execute a provider or charge the caller' while detailing the payment_required response. It also discloses important behavioral nuances: preserving the exact request body and PAYMENT-SIGNATURE for recovery and avoiding duplicate authorizations, which goes beyond the annotations.

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 three sentences, front-loads the core purpose, and each sentence carries meaningful guidance. It is slightly repetitive with the word 'exact' but generally efficient for the complexity of the tool.

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

Completeness4/5

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

Despite lacking an output schema, the description covers the return behavior (payment_required with endpoint, price, request body, and x402 instructions) and the later HTTP flow. It also includes prerequisites and recovery warnings, making it nearly complete for an agent to safely use the tool. Minor gaps like error scenarios or payment currency details prevent a perfect score.

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% and both parameters already have detailed descriptions in the schema. The description adds some process context about reusing the request body in the x402 flow, but this is not substantial additional parameter semantics beyond what the schema already provides.

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 action ('Prepare paid execution of one exact replay-verified capability') and explicitly distinguishes itself from siblings by requiring an exact capability identifier from list_verified_capabilities or search_verified_capabilities. It also clarifies what it does not do, which removes ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance ('Use this only after you have an exact capability identifier') and names the sibling tools that provide that identifier. It also clearly separates the MCP call's role from the later HTTP x402 execution flow, so the agent knows when to call this tool versus perform the actual execution.

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.