Skip to main content
Glama
talhaorak

Taiga MCP Bridge

by talhaorak

list_comments

Retrieve comments from any Taiga issue, task, user story, or epic by providing the object ID and type.

Instructions

List comments on a Taiga object (issue, task, user_story, or epic).

Args: object_id: The ID of the object object_type: Type of object: 'issue', 'task', 'user_story', 'userstory', or 'epic' session_id: Optional session ID (uses default if not provided)

Returns: List of comment dicts with id, comment, comment_html, user, and created_at

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_idYes
object_typeYes
session_idNo
Behavior4/5

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

No annotations, but the description discloses the return format and explains the optional session_id parameter. It is adequate for a read operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with Args and Returns sections, but slightly verbose. Main purpose is front-loaded.

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?

No output schema, but description explains return format. All parameters are covered, and the tool is simple. Complete for its purpose.

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 coverage is 0% and the description adds meaning by specifying allowed values for object_type and explaining session_id behavior, which the schema omits.

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' and the resource 'comments on a Taiga object', and specifies the object types. It distinguishes from siblings like 'add_comment' and other list tools.

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 implies usage context by stating it lists comments on objects, but does not explicitly mention when not to use or alternatives. Still, it provides clear context.

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/talhaorak/pytaiga-mcp'

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