Skip to main content
Glama
imazhar101

@imazhar101/paypal-mcp

by imazhar101

paypal_list_transactions

Retrieve PayPal transactions within a specified date range, with optional filters by status and pagination. Requires start and end dates up to 31 days apart.

Instructions

Search transactions in a date range (Transaction Search API). start_date and end_date are required ISO-8601 timestamps and must be <= 31 days apart.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoDefault 1
end_dateYesISO-8601 end, e.g. 2026-06-27T23:59:59-0700
page_sizeNoDefault 100
start_dateYesISO-8601 start, e.g. 2026-06-01T00:00:00-0700
transaction_statusNoOptional filter, e.g. S (success), P (pending), V (reversed)
Behavior2/5

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

With no annotations, the description must fully cover behavioral traits. It only gives parameter constraints but omits crucial details like pagination behavior, error handling, rate limits, or whether the operation is read-only.

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 a single sentence with no unnecessary words. It is front-loaded with the core purpose and immediately gives key usage constraints.

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 tool with 5 parameters and no output schema, the description is too brief. It fails to explain pagination, filtering, or expected return structure. The date range constraint is helpful, but overall completeness is low.

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?

Schema coverage is 100%, so the description's value-add is limited. It adds clarity about the ISO-8601 format and the 31-day separation constraint for required fields, but does not elaborate on optional parameters (page, page_size, transaction_status).

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 action 'Search transactions' and the resource 'in a date range', matching the tool name 'paypal_list_transactions'. It is specific and distinct from sibling tools which deal with other resources or single-item lookups.

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 specifies required parameters (start_date, end_date) and a key constraint (date range <= 31 days). However, it does not provide guidance on when to use this tool vs. alternatives like paypal_list_invoices or paypal_list_disputes.

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/imazhar101/paypal-mcp'

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