Skip to main content
Glama

ebay_get_product_safety_labels

Retrieve product safety labels for any eBay marketplace. Get essential safety information to ensure compliance and informed selling.

Instructions

Get product safety labels for a marketplace

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketplaceIdYesMarketplace ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.8.10

TDQS

B3.2/5.0
Behavior3/5

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

The tool is read-only (Get), but no annotations are provided. The description does not disclose return value details or any side effects, though the simple nature and minimal parameters make behavior somewhat transparent.

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?

A single sentence that is concise and front-loaded with all essential information. No wasted words.

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

Completeness2/5

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

The description lacks information about return values (no output schema), and does not provide enough context for a complete understanding of what the tool produces. Given the specificity of 'product safety labels', more detail would be helpful.

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?

Schema coverage is 100%, so the parameter is already documented. The description adds no additional meaning beyond the schema's enum values. Baseline score is appropriate.

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 action (Get) and the resource (product safety labels) with a context (for a marketplace). It distinguishes from other tools by its specific resource, though not explicitly differentiating from get_hazardous_materials_labels.

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?

No guidance on when to use this tool versus alternatives like get_hazardous_materials_labels. The description lacks context for appropriate usage scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools