Skip to main content
Glama

get_issue

Retrieve an issue's full details by its ID, with the last 3 comments shown by default. Customize the comment trail to all or none.

Instructions

Get an issue by ID (e.g. LIF-1): full details plus the last 3 comments by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYesIssue ID like PRO-42 or ADA-7
include_commentsNoComment trail: 'recent' (default, last 3), 'all', or 'none'.
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses default behavior (last 3 comments) and implies it's a read operation. Lacks details on permissions or rate limits, but acceptable for a simple retrieval tool.

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?

Single sentence that efficiently conveys purpose and key feature. Front-loaded with tool purpose.

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

Completeness4/5

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

Tool has low complexity (2 params, no output schema). Description covers what the tool returns (full details and comments). Could be more explicit about other return fields, but sufficient.

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 coverage is 100% with descriptions for both parameters. Description adds value by explicitly stating the default comment behavior ('last 3 comments'), complementing the schema's description of 'recent' as default.

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 'Get an issue by ID' with example 'LIF-1', specifying it returns full details plus the last 3 comments. Distinguishes from sibling tools like list_issues which do not fetch a single issue.

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?

Implied usage: when you have an issue ID and need details with comments. No explicit when-not-to-use or alternatives, but context from sibling tools (e.g., list_issues) provides differentiation.

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/VoidNullable/lific'

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