Skip to main content
Glama

Check AgentPay payment status

agentpay_payment_status
Read-onlyIdempotent

Retrieve the current AgentPay payment configuration, including network, price, spending limit, mode, gateway URL, and wallet address, without initiating any payment.

Instructions

Return AgentPay payment configuration without charging: network, price, spending limit, payment mode, gateway URL, and agent wallet address. Call this before paid tools to verify the wallet is configured, or after a payment error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_walletNoIf true (default), include the derived agent wallet address from AGENT_PRIVATE_KEY.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. Changed1 schema field changed
    • addedInput schema / properties / include_wallet
      Added value: +{
      +  "default": true,
      +  "description": "If true (default), include the derived agent wallet address from AGENT_PRIVATE_KEY.",
      +  "title": "Include Wallet",
      +  "type": "boolean"
      +}
  2. First observedv0.1.0

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already indicate readOnly and idempotent, but the description adds the key behavioral detail 'without charging' and clarifies the purpose of returning configuration data. 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?

Two clear sentences: the first lists the returned fields and the charging behavior, the second gives usage context. No redundant words or filler.

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

Completeness5/5

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

For a simple read-only tool with one optional parameter and no need to explain return values beyond what is listed, the description is complete and self-sufficient.

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 coverage is 100% (the only parameter 'include_wallet' has a description). The tool description itself does not add extra explanation beyond the schema, so the baseline of 3 is appropriate.

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?

States a specific verb ('Return') and resource ('AgentPay payment configuration'), lists the specific fields returned, and distinguishes itself from paid tools by noting it does not charge. The sibling tools are unrelated, so no 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?

Explicitly gives when to use it: 'Call this before paid tools to verify the wallet is configured, or after a payment error.' This covers both proactive and reactive use cases, leaving no room for misapplication.

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

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/yyxqqq777/mcp-server-agentpay'

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