Taiga MCP Bridge

by talhaorak
Verified

get_project_roles

Retrieve a list of available roles for a specific project in Taiga using the project ID and session ID, enabling efficient role management and access control.

Instructions

Lists the available roles within 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_rolesArguments", "type": "object" }
ID: bd5ajys5zl