Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

list_all_seats_of_a_specific_user

Retrieve seat information for a specific user based on their Team Management role, showing seats they manage, own, or are invited to with optional search filtering.

Instructions

List All Seats of a Specific User

This action provides information based on your Team Management role:

  • For team members: Retrieves information about the seats you've been invited to manage or own

  • For co-workers: Retrieves information about the seats that belong to the teams you manage

  • For platform admins: Retrieves information about the seats linked to the teams you own

Args: search: Optional search query to filter seats (e.g., "John Smith")

Returns: List of seats with detailed information

Input Schema

NameRequiredDescriptionDefault
searchNo

Input Schema (JSON Schema)

{ "properties": { "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null } }, "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