Skip to main content
Glama

get_shop

Retrieve detailed information about an Etsy shop using its unique shop ID to access shop data and management features.

Instructions

Get details of an Etsy shop by ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shop_idYesThe shop ID
Behavior2/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. It states a read operation ('Get details'), implying it is likely safe and non-destructive, but does not disclose any behavioral traits such as authentication requirements, rate limits, error handling, or what specific details are returned (e.g., shop name, policies, ratings). This leaves significant gaps for an agent to understand how the tool behaves.

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, direct sentence with no wasted words. It is front-loaded with the core action and resource, making it highly efficient and easy to parse for an AI agent.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

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

Given the tool's low complexity (one parameter, no output schema, no annotations), the description is minimally adequate but incomplete. It covers the basic purpose but lacks details on usage context, behavioral traits, or output format, which are important for an agent to use the tool effectively without trial and error.

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?

The input schema has 100% description coverage, with the single parameter 'shop_id' documented as 'The shop ID'. The description adds no additional semantic context beyond this, such as where to find the ID or format examples. Since schema coverage is high, the baseline score of 3 is appropriate, as the description does not compensate but also does not detract.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Get') and resource ('details of an Etsy shop'), making the purpose unambiguous. However, it does not explicitly differentiate from sibling tools like 'find_shops' (which likely searches for shops) or 'get_user' (which might return user details including shop info), leaving some potential ambiguity in tool selection.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention sibling tools like 'find_shops' (for searching) or 'get_user' (which might include shop data), nor does it specify prerequisites such as authentication or context for when shop details are needed.

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

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