Skip to main content
Glama

Get EDD Download Logs

edd_get_download_logs

Retrieve file download logs from your EDD store, with optional filters by product ID or customer ID.

Instructions

Get file download history, optionally filtered by product or customer

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberNoNumber of logs to return (default: 10)
productIdNoFilter by product ID
customerIdNoFilter by customer ID
Behavior2/5

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

No annotations are present, and the description does not disclose behavioral traits such as pagination, ordering, rate limits, or what constitutes a 'download log' entry. For a tool returning a list, this is insufficient 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 a single, front-loaded sentence that efficiently conveys the core action and optionality. Every word earns its place, with no redundancy or unnecessary detail.

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 absence of an output schema and annotations, the description is too sparse. It does not explain the nature of the returned data (e.g., list structure, fields like date or file name), pagination behavior, or how to interpret the log entries. This leaves the agent guessing about the tool's full capabilities.

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?

The input schema already describes all three parameters (number, productId, customerId) with 100% coverage. The description's mention of 'optionally filtered by product or customer' mirrors the schema without adding new meaning, so it meets the baseline but does not enhance understanding.

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 tool retrieves file download history with optional filtering by product or customer. However, it does not explicitly differentiate this from sibling list tools like edd_list_sales, though the specificity of 'download logs' provides some distinction.

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 for obtaining download history with optional filters, but it does not provide guidance on when to use this tool versus siblings, nor does it state prerequisites or exclusions. The 'optionally filtered' phrase gives some context but lacks explicit alternatives.

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/verygoodplugins/mcp-edd'

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