Verify Paybond Capability
paybond_verify_capabilityVerifies a capability token for a tenant-bound Harbor intent, given an intent ID and operation.
Instructions
Use this when you need raw capability-token verification for one tenant-bound Harbor intent. Do not use this to create, fund, or modify intents; use paybond_authorize_agent_spend as the clearer gate before side-effecting agent tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Optional capability token override. When omitted, the MCP server uses the token stored for intent_id. | |
| intent_id | Yes | Canonical Harbor intent UUID. | |
| operation | Yes | Delegated operation or tool name. | |
| requested_spend_cents | No | Optional requested spend in cents for this tool call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| allow | No | Whether the requested operation is allowed. | |
| tenant | Yes | Tenant echoed by the gateway. | |
| audit_id | No | Gateway audit identifier when available. | |
| intent_id | Yes | Verified Harbor intent UUID. |