Skip to main content
Glama
talhaorak

Taiga MCP Bridge

by talhaorak

resolve

Convert a project slug and optional reference numbers (#N) into internal Taiga IDs: project_id, us id, task id, issue id, epic ref, milestone slug, or wiki slug. Requires project_slug; uses default session if none provided.

Instructions

Resolve a project slug and optional item reference numbers to internal IDs. Useful when you have a project slug (from URL) and need the project_id, or a '#N' ref number and need the internal ID. Uses default session if session_id not provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_slugYes
us_refNo
task_refNo
issue_refNo
milestone_slugNo
wiki_slugNo
epic_refNo
session_idNo
Behavior3/5

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

No annotations exist, so the description must cover behavioral traits. It discloses session default behavior but lacks details on network calls, error handling, or output format.

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?

Three sentences with no wasted words: main action first, use cases second, session default third. Front-loaded and efficient.

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?

With 8 parameters, no output schema, and no annotations, the description leaves significant gaps: parameter specifics, output format, and edge cases are missing.

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

Parameters2/5

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

Schema coverage is 0%, yet description only generically mentions 'item reference numbers' without explaining each parameter (e.g., milestone_slug, wiki_slug). Minimal added value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool resolves project slugs and optional reference numbers to internal IDs, and gives specific use cases. However, it does not explicitly differentiate from sibling tools like get_*_by_ref, which also resolve references.

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 provides useful context when to use (slugs, '#N' refs) and mentions session default. But it does not exclude alternatives or explicitly state when not to use this tool.

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