Get Order
safefy_payment_get_orderRetrieve a payment order by its ID to access its status, amount, and relevant transaction data.
Instructions
Obtém pedido por ID via /v1/orders/{orderId}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes |
safefy_payment_get_orderRetrieve a payment order by its ID to access its status, amount, and relevant transaction data.
Obtém pedido por ID via /v1/orders/{orderId}.
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds the endpoint path but doesn't disclose additional behavioral traits such as error handling, required authentication, or response format. It is minimally adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence, zero wasted words. The endpoint path adds useful context without unnecessary elaboration.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple get-by-ID tool with strong annotations and a self-explanatory parameter, the description is sufficient. It doesn't mention return format, but no output schema exists and the operation is straightforward.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already provides full details for orderId (UUID format with pattern). The description adds no extra meaning beyond 'by ID', so it doesn't compensate for the 0% schema description coverage, but for a single obvious parameter, this is acceptable.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it retrieves an order by ID via a specific endpoint, distinguishing it from list/create/update operations and other get_* tools like get_transaction or get_customer.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The context is clear: use this when you need a single order by its ID. It doesn't explicitly mention alternatives or exclusions, but the verb+resource pattern makes the intended usage obvious.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Safefy-Pay/safefy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server