Skip to main content
Glama

list_issues

Read-onlyIdempotent

Retrieve project issues sorted by last seen, with optional filters for status and digest order to manage error triage.

Instructions

List issues for a project, newest-seen first. Open means neither resolved nor muted. Scans at most three upstream pages; empty items may still have next_cursor. Use digest_order for a less volatile sort.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNolast_seen
limitNo
orderNodesc
cursorNo
statusNoopen
projectYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A4.5/5.0
Behavior5/5

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

The annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds extra transparency by disclosing pagination limits and edge-case behavior (empty items with next_cursor), which is useful for callers.

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 concise, using three well-structured sentences with no redundant words. Each sentence adds distinct information about the tool's behavior.

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?

For a list operation, the description covers the essential aspects: resource, filtering, sorting, pagination, and a practical hint. Without an output schema, it provides enough context for a caller to understand the tool's behavior and limitations.

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?

The schema has no descriptions, so the description must compensate. It clarifies the meaning of 'open' for the status parameter and 'digest_order' for sort, but does not explain other parameters like limit, order, cursor, or project. Partial coverage only.

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 action ('List issues') and the resource scope ('for a project'), distinguishing it from sibling tools like list_events or list_projects. It also provides specific sorting and status nuances.

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?

The description gives practical usage guidance: explains the meaning of 'open' status, cautions about pagination (at most three pages, empty items may have next_cursor), and suggests using digest_order for a less volatile sort. It does not explicitly state when to use this tool over others, but the context makes it clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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