Skip to main content
Glama

pay_agent

Construct and execute direct payments to other AI agents for services, data, or compute. Specify recipient, amount, token, chain, and reason for auditable transactions.

Instructions

Constructs and executes a direct payment to another agent. Use this to pay for services, data, or compute provided by another AI agent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recipient_addressYesThe safeAddress of the recipient agent.
amountYesAmount to pay in human-readable units (e.g. "0.01").
token_symbolNoToken to pay with (ETH, USDC, etc.).
chain_idNoChain ID for the payment.
reasonYesThe logical reason for this payment (for auditability).
Behavior3/5

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

No annotations provided; description mentions construction/execution and auditability via the reason parameter. However, it lacks details on authorization, reversibility, or failure handling, which are important for a payment tool.

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?

Two sentences with no wasted words. First defines action, second provides usage context. Highly efficient.

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?

Covers basic purpose and when to use, but lacks behavioral details like permissions, reversibility, or response behavior. Given the financial nature and no output schema or annotations, more completeness would be beneficial.

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?

All 5 parameters have schema descriptions (100% coverage). Description adds minor context ('human-readable units', 'logical reason for auditability') but does not significantly extend schema info.

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?

Description clearly states 'Constructs and executes a direct payment to another agent', specifying the verb and resource. Context of 'pay for services, data, or compute' distinguishes it from sibling tools like transfer_token or deposit_*.

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

Usage Guidelines4/5

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

Provides explicit use cases (services, data, compute). Though it doesn't list alternatives or exclusions, the clear purpose helps differentiate it from sibling tools.

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/felippeyann/agentfi'

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