Skip to main content
Glama
vanman2024

Multilead Open API MCP Server

by vanman2024

create_seat

Add a new user seat to a team with subscription details, scheduling parameters, and timezone settings for access management.

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

TableJSON Schema
NameRequiredDescriptionDefault
user_idYes
plan_idYes
full_nameYes
start_utc_timeYes
end_utc_timeYes
time_zoneYes
team_idYes
whitelabel_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. While it states this is a creation action and mentions the return value, it doesn't address critical behavioral aspects like required permissions, whether this is a mutating operation (implied but not explicit), potential side effects, error conditions, or rate limits. For a tool with 8 required parameters and no annotations, this is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections (action statement, Args, Returns) and uses bullet-like formatting for parameters. It's appropriately sized for an 8-parameter tool, though the initial 'Create Seat' line is redundant with the tool name. Every sentence adds value, but minor trimming could improve efficiency.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (8 required parameters, no annotations, but has output schema), the description is partially complete. It excels at parameter semantics but lacks behavioral context and usage guidelines. The output schema existence means the description doesn't need to detail return values, but for a creation tool with no annotations, more behavioral transparency would be beneficial.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates by providing clear semantic explanations for all 8 parameters. Each parameter is listed with a brief explanation that adds meaning beyond the bare schema (e.g., 'User ID who owns the seat', 'Start time in UTC (e.g., "08:00")', 'Timezone (e.g., "Europe/Belgrade", "America/New_York")'). This is exactly what's needed when the schema lacks descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('creates a new seat') and specifies the resource ('within a specific team'), providing a specific verb+resource combination. However, it doesn't explicitly distinguish this tool from sibling tools like 'cancel_seat', 'reactivate_seat', or 'suspend_or_unsuspend_seat' in terms of purpose, which prevents a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like 'cancel_seat' or 'reactivate_seat'. It mentions the team context but doesn't specify prerequisites, dependencies, or exclusions. The agent must infer usage from the tool name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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