Skip to main content
Glama
vanman2024

Multilead Open API MCP Server

by vanman2024

get_user_information

Retrieve complete profile, settings, and permissions data for the authenticated user in the Multilead platform.

Instructions

Get User Information

This action retrieves all information on the authorized user (the user whose API key is being used).

Returns: Complete user information including profile, settings, and permissions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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. It states the action 'retrieves' and mentions the return includes 'profile, settings, and permissions', but lacks details on authentication needs, rate limits, error conditions, or whether it's a read-only operation. For a tool with zero annotation coverage, this is insufficient behavioral disclosure.

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 appropriately sized with two sentences: one stating the purpose and one detailing the return. It's front-loaded with the main action, though the title repetition 'Get User Information' is slightly redundant. Every sentence adds value without waste.

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 tool has an output schema (which covers return values), no parameters, and no annotations, the description is moderately complete. It explains the purpose and return scope, but for a tool with zero annotations, it should provide more behavioral context (e.g., read-only nature, auth implications) to be fully adequate.

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?

The tool has 0 parameters with 100% schema description coverage, so the schema fully documents the lack of inputs. The description doesn't need to add parameter details, and it correctly implies no inputs are required by not mentioning any. Baseline is 4 for zero parameters.

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 verb 'retrieves' and the resource 'all information on the authorized user', specifying it's the user whose API key is being used. It distinguishes from siblings by focusing on the authorized user rather than other users or data types, though it doesn't explicitly contrast with specific sibling tools like 'get_linkedin_user_info'.

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. It doesn't mention prerequisites, timing, or contrast with similar tools like 'get_lead' or 'get_linkedin_user_info', leaving the agent to infer usage based on the purpose 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