Skip to main content
Glama

Create Spend Intent

paybond_create_spend_intent

Create a spend intent with a bounded budget, allowed operations, evidence requirements, and settlement review for agent workflows.

Instructions

Use this when an agent workflow needs a new Paybond spend intent with bounded budget, allowed operations, evidence requirements, and settlement review. Do not use this for checking an already funded capability token; use paybond_authorize_agent_spend before the paid action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
idempotency_keyNo
recognition_proofYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNo
intent_idNo
capability_tokenNo
Behavior4/5

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

Annotations already indicate it's not read-only, not destructive, and not idempotent. The description adds behavioral context beyond annotations by detailing that the intent includes bounded budget, allowed operations, evidence requirements, and settlement review. No contradiction with annotations.

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 with no filler. It front-loads the usage instruction and immediately states the alternative, making it efficient and scannable.

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?

Given the tool has 3 parameters, one nested object, and an output schema, the description covers the high-level purpose and provides alternative usage. However, it lacks detail on the recognition_proof parameter and does not expand on the body structure beyond high-level features. An output schema exists to cover return values.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% and the description does not explicitly describe the parameters. It mentions high-level intent features (bounded budget, etc.) which likely map to the body, but does not address idempotency_key or recognition_proof. This leaves the agent with little guidance on parameter semantics.

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 clearly states the verb (create) and the resource (Paybond spend intent) with specific attributes (bounded budget, allowed operations, evidence requirements, settlement review). It also distinguishes from the sibling tool paybond_authorize_agent_spend by contrasting use cases.

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?

Explicitly specifies when to use this tool (for creating a new spend intent) and when not to (for checking an already funded capability token), and provides the alternative tool (paybond_authorize_agent_spend). This gives clear context and prevents misuse.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nonameuserd/paybond-kit-python'

If you have feedback or need assistance with the MCP directory API, please join our Discord server