Skip to main content
Glama
DodoNic

wandpad-etsy-mcp

by DodoNic

Bestellungen (Receipts) abrufen

etsy_get_receipts

Fetch Etsy shop orders for a specific period, with pagination, and without exposing buyer personal data. Returns status, country, totals, and timestamps.

Instructions

Liest Bestellungen des Shops (Etsy nennt sie 'Receipts') für einen optionalen Zeitraum (max. 366 Tage), mit Paginierung (max. 100 pro Aufruf). Aus Datenschutzgründen werden Käufername, Adresse und Kontaktdaten NICHT zurückgegeben - nur Status, Land (grob), Summen und Zeitstempel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bisNoEnddatum (YYYY-MM-DD), inklusive.
vonNoStartdatum (YYYY-MM-DD), inklusive.
limitNo
offsetNo
Behavior5/5

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

With no annotations provided, the description fully discloses important behavioral constraints: a maximum date range of 366 days, pagination limits, and a significant privacy redaction (buyer name, address, contact data are not returned). It also enumerates the fields that are returned (status, country, sums, timestamps), ensuring the agent knows exactly what to expect.

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 two sentences, with the main purpose front-loaded and the key constraints and data limitations clearly stated in the second sentence. It is compact, information-dense, and free of filler.

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?

The description covers purpose, date range, pagination, and output scope (including what is not returned), which is robust for a read tool with no output schema. It lacks explicit guidance on offset-based pagination mechanics or edge cases (e.g., no results), but these are reasonably inferable and do not significantly hinder use.

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 50%, and the description adds context by mentioning the optional time period and pagination, but it does not provide detailed explanations for individual parameters beyond what the schema already states. The names and defaults are self-explanatory, so the description offers marginal additional value.

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 tool reads shop orders ('Bestellungen des Shops') and specifically identifies Etsy's term 'Receipts', distinguishing it from transaction-level tools. It also describes scope (optional time period, pagination) and the data returned, making the tool's purpose unmistakable.

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 when to use this tool (to retrieve order summaries) and notes a key exclusion (buyer personal data is not returned), but it does not explicitly mention alternatives such as etsy_get_receipt_transactions for transaction-level data. The guidance is implied rather than explicit.

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/DodoNic/wandpad-etsy-mcp'

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