Skip to main content
Glama
vanman2024

Multilead Open API MCP Server

by vanman2024

create_team_role

Create custom roles with specific permissions for teams in the Multilead platform to manage access control and team organization.

Instructions

Create a role for a specific team with custom permissions

Args: team_id: The ID of the team for which to create this role (required) user_id: Your user ID (required) name: The name of the role (required) permissions: List of permission objects with 'id' and 'isViewOnly' fields (required)

Returns: Created role object with ID and permissions

Example: create_team_role( team_id="1570", user_id="1451", name="Manager", permissions=[ {"id": 1, "isViewOnly": False}, {"id": 2, "isViewOnly": False} ] )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idYes
user_idYes
nameYes
permissionsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Latest Blog Posts

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/vanman2024/multilead-mcp'

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