Skip to main content
Glama

list_release_labels

Fetch release labels for a workspace or a specific release. Pagination lets you navigate through all label records.

Instructions

List release labels (paginated).

With release_id, lists the labels attached to that release. Without it, lists the workspace's whole palette of release labels.

Args: release_id: UUID of a release to scope to; omit for the workspace palette. 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_idNo

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?

No annotations are provided, so the description carries the full burden. It discloses that results are paginated, describes the envelope (results, total_count, next_cursor, next_page_results), and explains the looping behavior. It does not mention error cases or permissions, but for a list operation this is acceptable.

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 well-structured and front-loaded: a one-line summary, then scoping rules, then parameter definitions, then return format. Every sentence earns its place with no redundant information.

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 tool with an output schema, the description is complete. It covers both usage modes, explains pagination thoroughly, and documents all parameters. No critical gaps remain; the agent can invoke it correctly.

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 has 0% description coverage and all parameters are nullable. The description fully compensates by explaining each parameter: release_id as a UUID scoping filter, cursor as a continuation token, and per_page with a default of 20. This adds substantial meaning beyond the bare schema types.

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 begins with a clear statement: 'List release labels (paginated).' It then distinguishes two scoping modes: with release_id it lists labels attached to that release, without it lists the workspace palette. This differentiates it from siblings like list_labels and list_release_tags, making the tool's purpose unambiguous.

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 explains when to use each mode: 'With release_id... Without it...' and provides pagination guidance for cursor and per_page. It does not explicitly name alternative tools or state when not to use it, but the scoping context is clear enough for an agent to decide.

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