Skip to main content
Glama

xpay✦ Details

xpay_details

Get full tool list, input schemas, and pricing for an XPay server. Use after xpay_discover to see exactly what tools and inputs are available. Then use xpay_run to execute a specific tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesServer slug from discover results. Example: "competitor-radar", "account-intel", "nda-generator"

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description handles transparency by stating it retrieves information without executing anything. The phrase 'Then use xpay_run to execute' implies this tool is read-only. It doesn't disclose error handling or authentication, but for a details tool, the core behavior is adequately conveyed.

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 three sentences, front-loaded with purpose, then usage guidance, then next step. Every sentence carries meaning with no filler or repetition of schema details.

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 one-parameter tool with no output schema, the description fully explains what the tool returns and its position in the workflow. No additional context is needed for an agent to select and invoke it correctly.

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?

The schema has one required parameter, slug, with a description that already explains its origin ('Server slug from discover results'). The tool description adds context by mentioning xpay_discover, but this is minimal extra value. Baseline of 3 is appropriate given the schema covers all parameters.

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 tool returns the full tool list, input schemas, and pricing for an XPay server. It explicitly distinguishes itself from siblings by mentioning xpay_discover and xpay_run, making the specific resource and action unambiguous.

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?

The description provides explicit usage context: 'Use after xpay_discover' and 'Then use xpay_run to execute a specific tool.' This clearly sequences the tool relative to its siblings, indicating when to use it and what to do next.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: check balance, search for services, inspect service details, and execute tools. The descriptions explicitly define the workflow, leaving no overlap or ambiguity.

Naming Consistency4/5

All tools share the consistent xpay_ prefix, but balance and details are nouns while discover and run are verbs. This is a minor stylistic inconsistency, yet the prefix and distinct words make the family clear and predictable.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose as a gateway to paid APIs. The toolkit covers the essential workflow—discover, inspect, execute, and balance check—without unnecessary bulk.

Completeness5/5

The tool set provides a complete lifecycle for the domain: finding services (discover), understanding them (details), running them (run), and monitoring costs (balance). There are no obvious dead ends or missing operations.

Resources