Skip to main content
Glama
vanman2024

Multilead Open API MCP Server

by vanman2024

register_new_user

Create new user accounts on the Multilead platform by providing required credentials and optional registration parameters.

Instructions

Register New User

This action registers a new user on the platform.

Args: email: User's email address (required) password: User's password (required) full_name: User's full display name (required) whitelabel_id: Whitelabel ID (required) phone: Optional phone number (e.g., "+3816423416") invitation_id: Optional invitation ID for secure registration skip_confirmation_email: Set to True to skip confirmation email (default: False)

Returns: Created user object with registration details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
passwordYes
full_nameYes
whitelabel_idYes
phoneNo
invitation_idNo
skip_confirmation_emailNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden. It implies a write operation ('registers', 'Created user object') and mentions email confirmation behavior via 'skip_confirmation_email'. However, it lacks details on authentication requirements, rate limits, error conditions, or whether registration is immediate versus pending confirmation.

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 (Args, Returns) and uses bullet-like formatting for parameters. Each sentence adds value, though the opening line 'This action registers a new user on the platform' is somewhat redundant with the title-equivalent 'Register New User' header.

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

Completeness4/5

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

For a mutation tool with no annotations, the description does a good job: it explains the action, documents all parameters thoroughly, and notes the return value. The presence of an output schema means it doesn't need to detail the response structure. However, it could better address behavioral aspects like permissions or side effects.

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

Parameters4/5

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

Schema description coverage is 0%, but the description compensates well by documenting all 7 parameters with clear semantics: it distinguishes required vs. optional fields, provides examples (e.g., phone format), explains default values, and clarifies purpose (e.g., 'invitation_id for secure registration'). This adds significant value beyond the bare schema.

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 ('registers a new user') and specifies the platform context. It distinguishes from siblings like 'create_seat' or 'invite_team_member' by focusing on user registration rather than team management or invitation workflows. However, it doesn't explicitly contrast with 'get_user_information' or other user-related tools.

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 'invite_team_member' or 'create_seat', nor does it mention prerequisites such as admin permissions or whitelabel access. It simply states what the tool does without contextual usage instructions.

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