Skip to main content
Glama
j-shelfwood

Bugsink MCP Server

by j-shelfwood

list_issues

Retrieve and filter grouped error occurrences for a specific project in Bugsink error tracking. Supports sorting by digest order or last seen, with status filtering options.

Instructions

List issues for a specific project. Issues represent grouped error occurrences.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesThe project ID to list issues for
statusNoFilter by status (e.g., 'unresolved', 'resolved', 'muted')
limitNoMaximum number of issues to return (default: 25)
sortNoSort mode: 'digest_order' or 'last_seen' (default: digest_order)
orderNoSort order: 'asc' or 'desc' (default: desc)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions 'list' and 'grouped error occurrences' but lacks details on permissions, rate limits, pagination (beyond the 'limit' param), or response format. For a list operation with no annotation coverage, this is insufficient.

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?

Two concise sentences that efficiently state the purpose and definition of issues. No wasted words, though it could be slightly more informative without losing conciseness.

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 no annotations, no output schema, and 5 parameters (with good schema coverage), the description is incomplete. It lacks behavioral context (e.g., pagination, permissions) and doesn't explain return values, which is critical for a list tool without structured output documentation.

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 description coverage is 100%, so the schema fully documents all 5 parameters. The description adds no parameter-specific information beyond what's in the schema, meeting the baseline of 3 for high schema coverage.

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 verb ('list') and resource ('issues for a specific project'), and defines what issues represent ('grouped error occurrences'). It distinguishes from siblings like 'get_issue' (singular) and 'list_events', but could be more explicit about the difference from 'list_events'.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like 'get_issue' (for a single issue) or 'list_events' (for individual error occurrences). The description mentions 'specific project' but doesn't clarify prerequisites or exclusions.

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/j-shelfwood/bugsink-mcp'

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