Skip to main content
Glama

Tally MCP

manage_team

Manage team members and permissions effectively using predefined actions like inviting, removing, or updating roles. Streamline team collaboration on Tally MCP for enhanced productivity.

Instructions

Manage team members and permissions

Input Schema

NameRequiredDescriptionDefault
actionYesTeam management action
emailNoEmail for invite/remove actions
roleNoRole for the team member

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Team management action", "enum": [ "list_members", "invite_member", "remove_member", "update_permissions" ], "type": "string" }, "email": { "description": "Email for invite/remove actions", "type": "string" }, "role": { "description": "Role for the team member", "enum": [ "admin", "editor", "viewer" ], "type": "string" } }, "required": [ "action" ], "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/learnwithcc/tally-mcp'

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