Skip to main content
Glama

ebay_get_listing

Retrieve complete details for any eBay listing, including description, specifics, shipping, and images, using the item ID.

Instructions

Get full details for a single listing by item ID.

Uses the Trading API (GetItem). Returns all listing fields including description, specifics, shipping, and images.

Required: User OAuth token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemIdYesThe eBay item ID to retrieve
Behavior4/5

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

No annotations provided, so description carries full burden. Explains return scope (all listing fields including description, specifics, shipping, images) and auth requirement. No mention of rate limits or error conditions, but adequate for a simple read operation.

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?

Three concise sentences: purpose, implementation detail, and auth note. No superfluous information, front-loaded with the essential action.

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?

For a single-parameter read-only tool with no output schema, the description covers purpose, API used, return fields, and auth requirement. Complete and sufficient for correct invocation.

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?

Only one parameter 'itemId' with schema description 'The eBay item ID to retrieve'. Description adds no new information beyond the schema; baseline score applies due to 100% schema coverage.

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?

Clearly states 'Get full details for a single listing by item ID', specifying the verb (get), resource (listing), and input (item ID). Distinguishes from siblings like ebay_get_listing_set and ebay_get_active_listings.

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?

Mentions requirement for User OAuth token, indicating when this tool can be used (authenticated). Does not explicitly exclude cases like needing multiple listings, but the name and context imply single-item retrieval.

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

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