Skip to main content
Glama

get_transactions

Fetch a customer's deposits and withdrawals in reverse chronological order for account activity review.

Instructions

Most recent deposits and withdrawals of a customer, newest first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
customer_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/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. It does reveal key behaviors: it returns deposits and withdrawals only, ordered newest first, and is evidently a read operation by tone. It does not mention the limit default of 5, pagination/truncation, or whether only settled transactions appear, which are meaningful behavioral gaps for a no-annotation tool.

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?

A single 12-word sentence that is front-loaded with the main verb, resource, and ordering. Every word earns its place and no irrelevant details are included.

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?

Given the simple two-parameter tool and the presence of an output schema, the description covers the essential retrieval intent, scope, and ordering. It does not explain the limit parameter or any possible restrictions, but the tool is simple enough that an agent can reasonably call it with customer_id alone.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for both parameters. It implies that customer_id identifies whose transactions appear, but it never names the parameter or explains that limit restricts how many transactions are returned. The 'newest first' phrase weakly signals count-limiting, but the description does not define either parameter's semantics with certainty.

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 resource (customer transactions) and the exact scope (deposits and withdrawals) with ordering (newest first). This clearly distinguishes get_transactions from siblings like get_customer, list_tickets, and create_ticket without needing to open schemas.

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 usage context is implied: use this when you need a customer's most recent deposits and withdrawals. However, there is no explicit guidance about when not to use it or which alternative tool fits other transaction-related needs, leaving the agent to infer boundaries from sibling tool 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/stepbystepautomatization-jpg/mcp-support-tools'

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