Skip to main content
Glama

ebay_leave_feedback_for_buyer

Leave feedback for a buyer on eBay by providing the order line item ID, comment type (POSITIVE/NEUTRAL/NEGATIVE), and comment text.

Instructions

Leave feedback for a buyer. Provide order_line_item_id, comment_type (POSITIVE/NEUTRAL/NEGATIVE), and comment_text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comment_textNoThe feedback comment text (max 500 characters)
comment_typeNoOverall rating: POSITIVE, NEUTRAL, or NEGATIVE
imagesNoArray of up to 5 images
listing_idNoThe listing ID related to the transaction
order_line_item_idNoThe unique identifier of the line item
seller_ratingsNoArray of seller performance ratings
transaction_idNoThe unique identifier of the transaction
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It does not mention whether feedback is immediately published, can be edited, or any time restrictions. Also, it omits details about authorization, rate limits, or side effects. The description only lists required parameters without behavioral context.

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 that efficiently conveys the primary action and required inputs. It is concise without filler, though it could benefit from slightly more structure or front-loading of the purpose. It earns a 4 for being brief and to the point.

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?

Given the tool has 7 parameters and no output schema, the description is incomplete. It does not explain the result of the action, error conditions, or the role of the four unmentioned parameters. A seller needs to know what happens after submitting feedback (e.g., confirmation, feedback ID) and how the optional parameters affect the output.

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 schema already describes all 7 parameters. The description adds value by specifying that comment_type accepts POSITIVE/NEUTRAL/NEGATIVE and that comment_text has a max length (though schema also mentions maxLength). However, it omits four parameters (images, listing_id, seller_ratings, transaction_id) and does not explain their purpose beyond the schema.

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 ('Leave feedback for a buyer') and identifies the key required parameters (order_line_item_id, comment_type, comment_text). However, it does not differentiate this tool from sibling feedback tools like respond_to_feedback or get_feedback, which limits clarity in a crowded namespace.

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 implies usage context (after a transaction, seller leaving feedback for buyer) but provides no explicit guidance on when to use versus alternatives, or any prerequisites (e.g., completed order). No exclusion criteria or conditions are mentioned.

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