Skip to main content
Glama
sim0ple

aba-payway-mcp

by sim0ple

payway_get_transactions_by_merchant_ref

Retrieve up to 50 transactions using a merchant_ref to reconcile payments or verify order status.

Instructions

Retrieve up to the last 50 transactions matching a merchant_ref (tag 62.01 on KHQR). Max 10 req/min.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
merchant_refYes

Schema Changelog

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

  1. First observedv1.0.2

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It discloses the 'last 50' limit and the rate limit of 10 req/min, and the verb 'Retrieve' signals a read-only operation. It omits auth requirements and error behavior, but for a simple lookup the disclosed limits are valuable.

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 short sentences carry the full intent: the first defines the action and scope, and the second adds the only other constraint (rate limit). There is 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.

Completeness4/5

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

For a one-parameter lookup tool with no output schema, the description covers the purpose, parameter semantics, result cap, and rate limit. The main missing piece is explicit guidance on when to choose this over related transaction endpoints, but that is more of a usage nuance than a fundamental context gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema only defines merchant_ref as a string with maxLength 20, and schema description coverage is 0%. The description compensates by explaining that merchant_ref corresponds to tag 62.01 on KHQR, giving the parameter real-world meaning and clarifying that the tool filters by it. This is meaningful semantic context for the single parameter.

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 states a specific action (Retrieve), a precise resource (transactions), and a distinct filter (merchant_ref / KHQR tag 62.01). It also caps the result set at 50, making the tool's scope unmistakable and differentiating it from more general list or detail tools among the siblings.

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

Usage Guidelines3/5

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

The description implies the use case: call this tool when you have a merchant_ref and need matching transactions. However, it does not explicitly say when not to use it or mention alternatives like payway_get_transaction_list or payway_get_transaction_details, so the agent must infer the best choice from sibling names.

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/sim0ple/aba-payway-mcp'

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