Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

create_seat

Create a new team seat with subscription plan, user details, and scheduled working hours in specified timezone for lead management operations.

Instructions

Create Seat

This action creates a new seat within a specific team.

Args: user_id: User ID who owns the seat plan_id: Plan ID for the seat subscription full_name: Full name for the seat start_utc_time: Start time in UTC (e.g., "08:00") end_utc_time: End time in UTC (e.g., "16:00") time_zone: Timezone (e.g., "Europe/Belgrade", "America/New_York") team_id: Team ID to create the seat in whitelabel_id: Whitelabel ID

Returns: Created seat object with subscription details

Input Schema

NameRequiredDescriptionDefault
user_idYes
plan_idYes
full_nameYes
start_utc_timeYes
end_utc_timeYes
time_zoneYes
team_idYes
whitelabel_idYes

Input Schema (JSON Schema)

{ "properties": { "end_utc_time": { "type": "string" }, "full_name": { "type": "string" }, "plan_id": { "type": "integer" }, "start_utc_time": { "type": "string" }, "team_id": { "type": "integer" }, "time_zone": { "type": "string" }, "user_id": { "type": "string" }, "whitelabel_id": { "type": "integer" } }, "required": [ "user_id", "plan_id", "full_name", "start_utc_time", "end_utc_time", "time_zone", "team_id", "whitelabel_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