Skip to main content
Glama

feedbug_list_bugs

List bugs reported via FeedBug widget, returning their Linear identifier, title, status, page URL, and component path.

Instructions

List bugs reported via FeedBug widget. Returns Linear identifier (e.g. PRE-13), title, status, page URL, and component path for each bug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default: 20)
statusNoFilter by status (default: all)
page_urlNoFilter by page URL (substring match)
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. The description implies a read operation (list), but does not explicitly state that it is non-destructive, does not mention pagination, ordering, or any side effects. For a list tool, this is minimal but acceptable; however, explicit safety context is missing.

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 extremely concise at two sentences, front-loading the action and quickly listing the return fields. Every sentence is necessary and there is no redundant or filler content.

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

Completeness3/5

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

Given the tool has 3 parameters, no output schema, and no annotations, the description is adequately minimal. It explains what the tool returns but does not elaborate on output format, default ordering, or the meaning of 'FeedBug widget'. For a simple list tool this is sufficient, but lacks completeness for an agent to fully anticipate behavior.

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 parameters are already fully documented in the schema. The description does not add any additional meaning or context for the parameters. Baseline 3 is appropriate as the description adds no value beyond the 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 the verb 'List' and the resource 'bugs reported via FeedBug widget', and distinguishes from sibling tools like feedbug_get_bug by specifying that it returns multiple bugs. It also lists the fields returned, making the purpose unambiguous.

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?

The description provides no guidance on when to use this tool versus alternatives. There is no mention of when to prefer list_bugs over get_bug, or any context about prerequisites or typical use cases. The agent must infer from the name alone.

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/joffreyBerrier/feedbug-mcp'

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