Skip to main content
Glama

get_item

Fetch full details for any eBay item by ID, including description, shipping, seller info, and return terms. Returns missing flag if item not found.

Instructions

Fetch full details for a single eBay item by ID.

Args: item_id: the eBay item ID (e.g., "v1|353528728623|0"). Get these from search() results. marketplace: eBay marketplace ID (default "EBAY_US"). host: which configured host to use. Defaults to config's default_host.

Returns: Full item dict including description, shipping options, seller details, return terms, item location, and the standard summary fields. If the item doesn't exist or has ended, returns {"item_id": item_id, "host": host, "missing": true}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYes
marketplaceNoEBAY_US
hostNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description bears full responsibility. It discloses that if the item doesn't exist or has ended, the tool returns a missing flag. It also implies a read-only operation, which is consistent with the lack of destructive hints.

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 fairly concise, using a docstring format with Args and Returns sections. It could be slightly tighter, but it is well-organized and front-loads the core purpose.

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

Completeness5/5

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

The description covers the return value with a full dict including various fields, and handles the missing case. Given the presence of an output schema (not shown), this is complete for a retrieval tool of moderate complexity.

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

Parameters5/5

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

With 0% schema description coverage, the description compensates by explaining the source of item_id, the default for marketplace, and the host parameter. This adds significant value beyond the raw schema.

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 it fetches full details for a single eBay item by ID, using a specific verb and resource. It distinguishes from sibling tools like search, which returns summaries, and other action tools.

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

Usage Guidelines4/5

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

The description explains how to obtain item_id from search() results and notes defaults for marketplace and host. It provides clear context but does not explicitly state when not to use this tool.

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/acato/ebay-mcp'

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