Taiga MCP Bridge

by talhaorak
Verified

get_project_members

Retrieve a list of members for a specific project using session and project IDs. Enables AI systems to access Taiga project management platform for efficient team collaboration and management.

Instructions

Lists members of a specific project.

Input Schema

NameRequiredDescriptionDefault
project_idYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "project_id": { "title": "Project Id", "type": "integer" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "project_id" ], "title": "get_project_membersArguments", "type": "object" }
ID: bd5ajys5zl