Skip to main content
Glama
jafamo
by jafamo

taiga_list_epics

List all epics in a Taiga project with pagination support. Retrieve complete epic details for project tracking.

Instructions

List all epics in a project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 1)
page_sizeNoResults per page (default: 100, max: 500)
project_idYesProject ID
Behavior2/5

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

With no annotations, the description must convey behavioral details. It does not mention pagination via page/page_size, the need for project_id, or the shape of returned data, and 'all epics' could imply a single complete response rather than a paginated list.

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?

A single, grammatically complete sentence with no redundant words. It is front-loaded and easy to parse.

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

Completeness2/5

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

Despite having a paginated schema and no output schema, the description does not explain how pagination works or what fields are returned. It is too sparse to fully prepare an agent for correct invocation.

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?

All three parameters are described in the input schema (project_id, page, page_size), so the description adds no additional semantic meaning. Baseline 3 applies due to 100% schema coverage.

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 verb 'List' with resource 'epics' and scope 'in a project', making its function unmistakable. It differentiates from sibling tools like taiga_get_epic (single) and taiga_create_epic by specifying the collection operation.

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

Usage Guidelines2/5

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

No guidance is provided on when to choose this over alternatives like taiga_get_epic or taiga_list_tasks. The description simply states the action without context or exclusions, leaving usage to be inferred from the name.

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/jafamo/mcp_taiga'

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