Skip to main content
Glama

Recent bug reports

get_recent_reports
Read-onlyIdempotent

Retrieve a list of recent bug reports in a project, sorted by newest first. Filter by status, category, or severity to focus on specific issues.

Instructions

List recent bug reports for a project, newest first. Returns { reports: [{ id, status, category, severity, summary, created_at }], total }. Optional filters: status (new|classified|grouped|fixing|fixed|verified|reopened|dismissed), category (bug|slow|visual|confusing|other), severity (critical|high|medium|low), limit (default 20, max 100). Use to survey open reports; for one report use get_report_detail, to find a bug by text use search_reports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax reports to return (default 20, max 100)
statusNoFilter by status: new, classified, grouped, fixing, fixed, dismissed
categoryNoFilter by category: bug, slow, visual, confusing, other
severityNoFilter by severity: critical, high, medium, low
project_idNoProject UUID — defaults to the server-configured project. Useful when you have multiple projects and want to query a specific one by its ID. Get IDs by calling list_projects or get_account_overview first.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYes
reportsYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint. Description adds useful behavioral context: ordering (newest first), default limit and max, and that project_id defaults to server-configured project. No contradictions.

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, front-loaded with the main action and return type, then details filters and usage guidance. Every sentence adds value without redundancy.

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 output schema, full parameter coverage, and annotations, the description is complete. It covers purpose, usage, parameters, and sibling differentiation with no apparent gaps.

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

Parameters5/5

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

Schema coverage is 100% with individual parameter descriptions. The description adds context: lists filter values, defaults, constraints (limit max 100), and for project_id explains its purpose and how to obtain IDs via other tools. Adds significant value beyond schema.

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 'List recent bug reports for a project, newest first.' It specifies the return shape and explicitly differentiates from siblings: 'for one report use get_report_detail, to find a bug by text use search_reports.'

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Directly states when to use: 'Use to survey open reports' and provides explicit alternatives: 'for one report use get_report_detail, to find a bug by text use search_reports.' Also lists optional filters for narrow usage.

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/kensaurus/mushi-mushi'

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