Skip to main content
Glama
vanman2024

Multilead Open API MCP Server

by vanman2024

list_all_users_as_a_whitelabel

Retrieve a paginated list of all users in the Multilead platform for whitelabel management. Use limit and offset parameters to control result display.

Instructions

List All Users as a Whitelabel

As a whitelabel, this action retrieves the list of all your users.

Args: limit: Maximum number of results to retrieve (default: 30) offset: Position in the dataset to start from (default: 0)

Returns: Paginated list of users with metadata

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the tool 'retrieves' data (implying read-only) and includes pagination details, but lacks critical information such as authentication requirements, rate limits, error conditions, or whether the operation is safe or has side effects. This is insufficient for a tool with potential access control implications.

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 a clear title, action statement, and bullet points for args and returns. It's front-loaded with the core purpose and avoids unnecessary verbosity, though the formatting could be slightly more streamlined (e.g., integrating the title into the first sentence).

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's moderate complexity (2 parameters, no annotations, but has an output schema), the description covers the basic purpose and parameters adequately. However, it lacks context on permissions, error handling, and comparison to siblings, which are important for a whitelabel operation. The output schema existence reduces the need to detail return values, but behavioral gaps remain.

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 description adds meaningful context for both parameters: it explains that 'limit' controls the maximum number of results (default: 30) and 'offset' sets the starting position (default: 0), which clarifies pagination behavior. Since schema description coverage is 0%, this compensates well by providing essential usage details 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 ('retrieves the list of all your users') and specifies the context ('as a whitelabel'), making the purpose evident. However, it doesn't explicitly differentiate from sibling tools like 'get_user_information' or 'list_users_associated_with_a_specific_seat', which might offer similar user-related data but with different scopes or filters.

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 (e.g., whitelabel permissions), exclusions, or compare it to other user-listing tools in the sibling list, leaving the agent to infer usage context solely from the tool name and description.

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