Skip to main content
Glama
pos-buzz

posbuzz-mcp

Official
by pos-buzz

read_ec_results

Fetch daily EC performance data from a completed run. Select owned to view your results or competitor for per-ASIN metrics.

Instructions

Fetches daily EC performance of a completed run. Returns 409 if the run is incomplete. dataset=owned is your own performance (when start_run had product_id); dataset=competitor is competitor performance (when competitor_asins was set; one row per ASIN). Check which datasets are available via the datasets field of read_result_summary. A dataset other than owned/competitor returns 422.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoItems per page (1–100, default 50).
tokenYesRun identifier token returned by start_run.
cursorNoOpaque cursor returned in meta.next_cursor. Pass to fetch the next page.
datasetYesDataset to fetch. owned = your own / competitor = competitors (per ASIN).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYesCursor-based pagination. Pass `next_cursor` as the next `cursor` until it is null to fetch everything.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses important behavioral traits: returns 409 for incomplete runs, 422 for invalid datasets, and explains the semantics of each dataset type. It does not mention pagination or rate limits, but the schema covers pagination fields and output schema is present. Overall good behavioral disclosure.

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 and well-structured: three sentences front-load the core purpose, then provide critical usage nuances and error conditions. Each sentence adds value; no fluff or redundancy. Formatting with bold and inline code improves readability without adding length.

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?

Given the presence of an output schema and 100% schema coverage, the description need not explain return values or all parameters. It covers the essential operational context: preconditions (completed run, dataset availability check), error codes, and dataset semantics. This is sufficient for an agent to correctly select and invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds meaningful context beyond the schema by explaining the conditions for dataset=owned (requires product_id in start_run) and dataset=competitor (requires competitor_asins, one row per ASIN), and clarifies that other datasets return 422. This is more than a simple restatement.

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's function with a specific verb ('Fetches') and resource ('daily EC performance of a completed run'). It distinguishes itself from siblings like read_social_results by focusing on EC data and from read_result_summary by being a data retrieval tool with explicit guidance to use the summary for checking dataset availability.

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?

The description provides clear usage context by explaining when dataset=owned vs competitor is appropriate, and explicitly tells the user to check dataset availability via read_result_summary. It lacks explicit statements about when not to use this tool or direct alternatives, but the guidance is strong and contextually complete.

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/pos-buzz/posbuzz-mcp'

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