Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

invite_project_user

Invites a user to a Taiga project via email, assigning a specific role for collaboration. Utilize project ID, role ID, and session ID for access control.

Instructions

Invites a user to a project by email with a specific role.

Input Schema

NameRequiredDescriptionDefault
emailYes
project_idYes
role_idYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "email": { "title": "Email", "type": "string" }, "project_id": { "title": "Project Id", "type": "integer" }, "role_id": { "title": "Role Id", "type": "integer" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "project_id", "email", "role_id" ], "title": "invite_project_userArguments", "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