Skip to main content
Glama

etsy_user_favorite_shop_get

Read-only

Check whether a specific shop is favorited by a given Etsy user. Returns a boolean indicating the favorite status.

Instructions

Check if a specific shop is in a user's favorites

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shop_idYes
user_idYes
Behavior3/5

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

The annotation readOnlyHint=true already signals read-only behavior. The description adds no additional behavioral context (e.g., error conditions, rate limits, or prerequisites). It does not contradict the annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence that gets to the point without unnecessary detail. It is front-loaded and efficient, though it lacks any structural formatting like bullet points.

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 simplicity and lack of output schema, the description is minimally adequate. It implies a boolean result but does not explicitly state the return format or any additional context like required parameters or edge cases.

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 coverage is 0%, so the description must compensate, but it provides no information about the parameters beyond the names (user_id, shop_id). It does not explain format, source, or constraints, leaving the agent with only the schema's type information.

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 verb 'Check' and the resource ('if a specific shop is in a user's favorites'), making it distinguishable from sibling tools like etsy_user_favorite_shop_add or etsy_user_favorite_shops_list. The purpose is specific and unambiguous.

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 provides no explicit guidance on when to use this tool versus alternatives. It implies usage for checking a single shop's favorite status, but does not mention when not to use it or suggest other tools like etsy_user_favorite_shops_list for listing all favorites.

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/BusyBee3333/etsy-mcp-2026-complete'

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