Resolve Verified Capability
resolve_capabilityPrepare 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
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | 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. | |
| capability | Yes | Exact verified capability identifier returned by list_verified_capabilities or search_verified_capabilities. |