Skip to main content
Glama

Raw Taiga API Request

taiga_raw_request

Make raw API requests to any Taiga /api/v1/ endpoint for functionality not covered by dedicated tools, such as importers, webhooks, or project templates.

Instructions

Escape hatch: make a raw request to any /api/v1/ endpoint on the configured Taiga instance, for functionality not covered by a dedicated tool (importers, webhooks, application tokens, notify policies, project templates, export/import, etc.). Prefer a dedicated tool when one exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoMust be a plain JSON object, never a pre-serialized JSON string. For PATCH/PUT on a resource that requires OCC `version` (user story, task, issue, epic, wiki page), include it matching the resource's current value — GET it first.
pathYesMust be an /api/v1/... path on the configured Taiga instance — no absolute URLs, no other hosts, no path traversal.
queryNo
methodYes`body` must be a JSON object (or omitted), never a JSON-encoded string — the most common cause of a confusing 400 'non_field_errors: Invalid data' with no other detail. Separately, PATCH/PUT on some resources (user story, task, issue, epic, wiki page — not project or membership) requires a `version` field matching the resource's current value; omitting it surfaces as a 409 conflict, not a 400. GET the resource first to read `version`. Curated `_update` tools handle both of these automatically; this raw tool does not.
Behavior3/5

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

The description labels the tool as a 'raw request' escape hatch, which implies arbitrary HTTP methods and side effects, but it does not explicitly warn about potential destructive outcomes (e.g., DELETE permanently removing data) or authentication/rate-limit nuances. With only openWorldHint=true annotation, the description adds some context but leaves room for the agent to infer safety behavior.

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 two sentences long and front-loads the critical 'escape hatch' concept. The first sentence uses a colon to immediately define the tool's purpose, and the second sentence provides a crisp usage rule. Every word earns its place, with no redundant elaboration.

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

Completeness4/5

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

Given the tool's nature as a raw HTTP request wrapper, the description sufficiently covers its purpose, scope, and relationship to dedicated tools. It does not explain response formats or error handling, but for an escape-hatch tool, the raw response is inherently unpredictable and the schema already addresses common pitfalls (OCC version, body serialization). The description plus schema together provide adequate context for an agent to select and invoke this tool.

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?

The tool-level description does not describe parameters; however, the input schema provides rich descriptions for method, path, and body, including OCC version requirements and JSON formatting pitfalls. With 75% schema coverage, the schema carries most of the parameter semantics, so the description adds no additional value beyond what the schema already provides.

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 opens with 'Escape hatch: make a raw request to any /api/v1/ endpoint on the configured Taiga instance', which is a specific verb+resource combination. It distinguishes from siblings by explicitly stating it covers functionality not provided by dedicated tools, and points to examples like importers, webhooks, and application tokens.

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

Usage Guidelines5/5

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

The description clearly states when to use this tool ('for functionality not covered by a dedicated tool') and when not to ('Prefer a dedicated tool when one exists'). It also gives example domains (importers, webhooks, application tokens) that illustrate the intended use cases, making the alternative selection explicit.

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/madebyclowd/taiga-mcp-server'

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