Skip to main content
Glama

get_my_bugs

List bugs assigned to you with optional filters for status, keyword, product, project, or project set.

Instructions

List bugs assigned to me (supports status/keyword/limit/page filter). For project-set scope, prefer projectSetId or /my/bug instead of relying on list_my_projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoDefault 1
pathNoOptional safe list path override. Allowed values: /bugs, /my/bug, /my/bugs.
limitNoDefault 20, max 200
statusNoOptional status filter, e.g. active/resolved/closed
keywordNoOptional keyword in title/steps/severity/pri
productIdNoOptional product id (for instances requiring product scope)
projectIdNoOptional project id. Directly query /projects/{id}/bugs, no cross-project merge.
projectSetIdNoOptional project-set id. Prefer this when bugs are under project-set scope, especially if no concrete project exists.
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states the tool lists bugs and supports filters, but fails to mention authentication, rate limits, read-only nature, error handling, or side effects.

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?

Description is extremely concise with two sentences, front-loading the main action and purpose, and including only essential guidance without redundancy.

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?

For an 8-parameter tool with no output schema and no annotations, the description covers core functionality and parameter relationships but lacks details on return format, pagination behavior, or error scenarios. It is minimally complete.

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 baseline is 3. The description adds value by summarizing key filters and providing guidance on when to use projectSetId or alternative path, improving parameter semantics beyond schema alone.

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?

Description clearly states the tool lists bugs assigned to the user and mentions supported filters (status, keyword, limit, page), distinguishing it from sibling tools like list_my_projects or get_bug_detail.

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?

Description advises to prefer projectSetId or '/my/bug' over list_my_projects when dealing with project-set scope, providing helpful usage context. However, it does not explicitly compare with other sibling tools like resolve_bug or close_bug.

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/aipper/zentao-mcp'

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