Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

get_team_members

Retrieve all members from a specific team to view their roles and permissions. Provide user ID and team ID to access team member information.

Instructions

Retrieve all members from a specific team

Args: user_id: Your user ID (required) team_id: The ID of the team for which to retrieve members (required)

Returns: List of all team members with their roles and permissions

Example: get_team_members(user_id="1451", team_id="1443")

Input Schema

NameRequiredDescriptionDefault
user_idYes
team_idYes

Input Schema (JSON Schema)

{ "properties": { "team_id": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "user_id", "team_id" ], "type": "object" }

Other Tools from Multilead Open API MCP Server

Related Tools

    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