Skip to main content
Glama

ebay_get_fulfillment_policy_by_name

Retrieve an eBay fulfillment policy by name and marketplace ID. Access policy details to manage shipping and handling rules.

Instructions

Get a fulfillment policy by name

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPolicy name
marketplaceIdYeseBay marketplace ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.14.1
  2. Removedv1.14.1
  3. First observedv1.8.10

TDQS

B3.2/5.0
Behavior2/5

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

No annotations provided. The description only states 'Get', implying a read operation, but does not disclose authentication requirements, rate limits, or what the response contains. Minimal transparency.

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 sentence, which is concise and front-loaded. It efficiently conveys the core purpose without extraneous words.

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 (2 params, no output schema, no annotations), the description is minimally complete. However, it lacks behavioral context such as return value format or authentication needs, which would be helpful for a complete understanding.

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%. The schema already clearly describes 'name' and 'marketplaceId' with enums. The description adds no additional parameter semantics beyond the schema, so baseline 3 is appropriate.

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 'Get a fulfillment policy by name' clearly states the verb (get), resource (fulfillment policy), and method (by name). It distinguishes from sibling tools like 'ebay_get_fulfillment_policy' (likely by ID) and 'ebay_get_fulfillment_policies' (list).

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 'ebay_get_fulfillment_policy' (by ID). The description implies usage when the policy name is known, but does not make explicit exclusions or context.

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