Skip to main content
Glama

get_payment

Retrieve a specific payment record from Eduframe by providing its unique ID to access transaction details and status.

Instructions

Get one payment record

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the payment to retrieve
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure but provides none. It does not describe error behavior (e.g., what happens if the ID is not found), authentication requirements, or the structure/content of the returned payment data.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise at four words with no filler or redundancy. While efficient, its brevity contributes to under-specification. However, there is no structural waste or misplaced information.

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

Completeness2/5

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

For a simple retrieval tool with a single well-documented parameter, the description is minimally functional but incomplete. It lacks information about the return value (critical given no output schema exists), error states, or relationships to the broader payment/invoice workflow evident in sibling tools.

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 input schema has 100% description coverage for the 'id' parameter ('ID of the payment to retrieve'), so the baseline score applies. The description does not add semantic context (such as ID format examples or where to obtain the ID), but it does not need to compensate for schema deficiencies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Get one payment record' is tautological, essentially restating the tool name 'get_payment' with the quantity 'one' added. While it confirms the singular nature of the retrieval, it fails to distinguish from siblings like 'get_invoice_payments_by_invoice_id' or clarify what constitutes a 'payment record' in this system.

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

Usage Guidelines2/5

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

No usage guidelines are provided. The description does not indicate when to use this tool versus related payment retrieval tools (e.g., 'get_invoice_payments_by_invoice_id'), nor does it mention prerequisites such as needing a valid payment ID from prior operations.

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/martijnpieters/eduframe-mcp'

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