Skip to main content
Glama

Get issue

mantis_get_issue
Read-onlyIdempotent

Retrieve a complete MantisBT issue by ID, including all fields like description, notes, attachments, history, and custom fields.

Instructions

Returns one issue by id with every field: description, steps to reproduce, notes, attachments, relationships, custom fields and history. Notes are always included.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
selectNoComma-separated fields to include (server-side projection), e.g. "id,summary,status,notes".
issue_idYesNumeric issue id, e.g. 1239.
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds that the response includes every field and notes are always included, which aligns with annotations. However, it does not disclose additional behavioral traits beyond what annotations capture.

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 two sentences long, front-loads the purpose, and contains no redundant or extraneous information. Every word serves a clear function.

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 tool's simplicity (get by ID, no output schema), the description fully explains what is returned (all fields, notes always included). No further detail is necessary for an agent to correctly invoke and interpret results.

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% (both parameters have descriptions). The description adds minimal value beyond the schema—only that 'every field' is returned and notes are always included, which clarifies the default behavior for the 'select' parameter.

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 it returns one issue by its numeric ID and lists all included fields (description, steps to reproduce, notes, etc.), distinguishing it from sibling tools like mantis_get_issues (multiple issues) or mantis_get_issue_attachment (specific attachment).

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

Usage Guidelines3/5

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

The description implies use when full details of a single issue are needed, but does not provide explicit guidance on when to use alternatives or exclusion criteria. No 'when not to use' or sibling naming is mentioned.

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/gcorroto/mcp-mantis'

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