Skip to main content
Glama

list_release_work_items

Fetch work items linked to a release with pagination. Manage large lists by paging through results to see all associated items.

Instructions

List the work items linked to a release (paginated).

Args: release_id: UUID of the release cursor: Prior response's next_cursor; omit for first page. per_page: Results per page (default 20).

Returns: Paginated envelope: results + total_count, next_cursor, next_page_results (page again while next_page_results is true).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNo
per_pageNo
release_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
resultsYes
grouped_byNo
extra_statsNo
next_cursorYes
prev_cursorYes
total_countYes
total_pagesYes
total_resultsYes
sub_grouped_byNo
next_page_resultsYes
prev_page_resultsYes
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It effectively discloses pagination behavior, cursor usage, per_page default, and the paginated envelope including next_page_results and instructions to continue paging. It does not cover ordering or error handling, but for a read-only list operation the disclosed information is substantial and useful.

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 and well-structured: a one-sentence purpose, an Args list, and a Returns list. Every sentence is informative and there is zero waste or redundancy. The front-loaded purpose statement immediately identifies the tool's 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?

For a moderate-complexity list tool, the description covers the essential aspects: purpose, required parameter, pagination semantics, and return structure. Even though output schema exists, the description redundantly but usefully explains the return envelope. It is complete enough for an agent to understand and invoke the tool correctly without further documentation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description fully compensates by explaining each parameter: release_id as the UUID of the release, cursor as prior next_cursor with omit-for-first-page guidance, and per_page with a default of 20. This adds meaningful semantics beyond the raw schema types and defaults.

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 tool's action: 'List the work items linked to a release (paginated).' The verb 'List' is specific and the resource is unambiguously 'work items linked to a release,' distinguishing it from sibling tools like list_work_items or list_releases. This is an exact and concise purpose statement.

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 indicates when to use the tool by specifying it returns work items for a given release_id, which is clear context. It does not explicitly mention alternatives or exclusions, but the purpose statement itself differentiates it from general work item listing tools. No explicit 'when not to use' is provided, so it stops short of a 5.

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/leigangzhang/plane-mcp-server-adapter'

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