Skip to main content
Glama

export_report

Read-onlyIdempotent

Generate formatted project reports for summary, failures, trends, or release status in Markdown or JSON. Set lookback days and release ID to retrieve the report content as a string.

Instructions

Generate a formatted report for a project. Supports summary, failures, trends, and release reports in markdown or JSON. Returns the report content as a string. NOTE: reportType "release" requires the releaseId argument (get it from list_releases).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLookback period for report data
formatNoOutput formatmarkdown
projectIdYesProject UUID to generate report for
releaseIdNoRelease UUID (required for release report type)
reportTypeNoType of report: summary (overview), failures (failed tests), trends (pass rate over time), release (release status)summary
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description only needs to add contextual behavior. It states that the report content is returned as a string and that release reports depend on releaseId, which is useful and goes beyond the schema. It does not explain edge-case behavior like empty report results, but this is not critical given the annotations.

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 compact and well-structured: it front-loads the main purpose, lists supported types and formats, states the return type, and ends with the most important conditional note. No sentence is wasted.

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

Completeness4/5

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

Given the tool has five parameters, schema annotations, and no output schema, the description provides enough information for an agent to call the tool correctly and understand the result. It could further position this tool against sibling read/report tools, but that gap is minor.

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 description coverage is 100%, so the baseline is 3. The description adds value by explicitly connecting reportType 'release' to the releaseId argument and directing the agent to fetch it from list_releases. This cross-parameter relationship is helpful beyond the schema's individual field descriptions.

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 states a clear action (generate a formatted report), a clear resource (project), and explicitly lists report types and formats. It does not explicitly distinguish itself from similar sibling tools like get_launches_trends or get_execution, but its purpose is unambiguous.

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 explains that it covers summary, failures, trends, and release reports and adds a concrete conditional note: release reports require releaseId, which can be obtained from list_releases. It does not explicitly say when not to use this tool or when a simpler sibling is preferable, but the included guidance is actionable and clear.

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/m00nreport/mcp-server'

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