Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

list_tasks

Retrieve and filter tasks within a Taiga project using specified criteria, enabling efficient task management and coordination within the Taiga MCP Bridge.

Instructions

Lists tasks within a specific project, optionally filtered.

Input Schema

NameRequiredDescriptionDefault
filtersYes
project_idYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "filters": { "title": "filters", "type": "string" }, "project_id": { "title": "Project Id", "type": "integer" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "project_id", "filters" ], "title": "list_tasksArguments", "type": "object" }

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