Skip to main content
Glama

get_lost_items

Retrieve lost auctions: items you bid on but did not win. Helps track missed opportunities for follow-up or analysis.

Instructions

Return auctions where the user bid but did not win.

Trading API GetMyeBayBuying.LostList. Default lookback ~30 days; older items roll off.

Same response shape as get_watchlist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
hostNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/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 discloses that the tool is read-only (returns lost items) and specifies the default lookback and data retention behavior. However, it does not mention authentication requirements, rate limits, error handling, or pagination behavior, leaving gaps in transparency.

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 concise, consisting of three short sentences that front-load the main purpose. It avoids unnecessary detail and is well-structured for quick comprehension.

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?

The presence of an output schema reduces the need to describe return values. However, with 0% parameter description coverage and the tool having three siblings, the description could be more complete by explaining pagination parameters and offering comparisons to related tools. As it stands, it is minimally adequate.

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?

The input schema has three parameters (limit, offset, host) with no descriptions (0% schema coverage). The tool description does not explain what these parameters do or how to use them. This leaves the agent without guidance on parameter semantics, which is a significant gap.

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 returns auctions where the user bid but did not win, which is a specific verb+resource combination. It also references the underlying API and distinguishes itself by mentioning the same response shape as 'get_watchlist', differentiating it from siblings like 'get_won_items' or 'get_active_bids'.

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 context such as the default lookback period of ~30 days and that older items roll off, but it does not explicitly explain when to use this tool versus alternatives like 'get_active_bids' or 'search'. The usage is implied but lacks direct guidance or exclusions.

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