randomuser
Server Details
Random User MCP — wraps randomuser.me (free, no auth)
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-randomuser
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.1/5 across 2 of 2 tools scored.
The two tools have overlapping purposes—both generate random user profiles—but the descriptions help differentiate them: one filters by gender, while the other can filter by nationality and generate multiple users. Some ambiguity exists as an agent might be unsure which to use for general profile generation without specific filters.
Both tool names follow a consistent verb_noun pattern (generate_by_gender, generate_users), using snake_case and starting with 'generate'. There are no deviations or mixed conventions, making the naming predictable and readable.
With only 2 tools, the server feels thin for a domain like random user generation, which could benefit from more operations (e.g., generating specific fields, updating profiles, or deleting data). This limited scope may hinder agent workflows that require broader functionality.
The tool surface is severely incomplete for random user generation; it only offers generation with basic filters, lacking CRUD operations (e.g., no way to retrieve, update, or delete profiles) and other common features like generating specific data types (e.g., emails only). This will likely cause agent failures in more complex tasks.
Available Tools
2 toolsgenerate_by_genderCInspect
Generate random user profiles filtered to a specific gender.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of users to generate (default 1, max 100). | |
| gender | Yes | Gender to filter by. One of: male, female. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. It states the tool generates random user profiles but doesn't describe what 'random' entails (e.g., data fields included, realism constraints), whether it requires authentication, rate limits, or what the output format looks like. For a generation tool with zero annotation coverage, this leaves significant behavioral gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that directly states the tool's function without unnecessary words. It's appropriately sized for a simple tool and front-loads the core purpose immediately.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a generation tool with no annotations and no output schema, the description is insufficiently complete. It doesn't explain what constitutes a 'user profile' (what fields are generated), the randomness characteristics, or the return format. The agent would be left guessing about the tool's output and behavioral details despite the simple input schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description mentions filtering by gender, which aligns with the 'gender' parameter in the schema. However, with 100% schema description coverage, the schema already fully documents both parameters (count with default/max values, gender with allowed values). The description adds no additional parameter semantics beyond what the schema provides, meeting the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb ('generate') and resource ('random user profiles') with a specific filter condition ('filtered to a specific gender'), making the purpose unambiguous. However, it doesn't explicitly differentiate from the sibling tool 'generate_users' - it implies filtering by gender but doesn't clarify if the sibling tool lacks this filtering capability or offers different functionality.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 the sibling 'generate_users' tool, nor does it mention any prerequisites, exclusions, or alternative scenarios. The agent must infer usage from the description alone without explicit comparative context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_usersBInspect
Generate one or more random user profiles with realistic names, addresses, emails, and photos. Optionally filter by nationality.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of users to generate (default 1, max 100). | |
| nationality | No | Comma-separated nationality codes to filter by (e.g. "us,gb,au"). Supported: AU, BR, CA, CH, DE, DK, ES, FI, FR, GB, IE, IN, IR, MX, NL, NO, NZ, RS, TR, UA, US. |
Tool Definition Quality
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. While it describes what the tool generates (user profiles with specific attributes), it doesn't disclose important behavioral aspects like whether this is a read-only operation, whether it makes external API calls, what format the photos are returned in, whether there are rate limits, or what happens when invalid nationality codes are provided. The description is functional but lacks operational transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise and well-structured in a single sentence that efficiently communicates the core functionality and optional feature. Every word earns its place - it specifies what's generated, the attributes included, and the filtering capability without any redundant information or unnecessary elaboration.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 2 parameters, 100% schema coverage, but no annotations and no output schema, the description provides adequate but minimal context. It covers what the tool does and one optional feature, but doesn't address behavioral aspects, output format, or differentiation from the sibling tool. Given the lack of annotations and output schema, more completeness would be beneficial but the description meets minimum viable standards.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description mentions the nationality filtering parameter, which adds some context beyond the schema. However, with 100% schema description coverage where both parameters are well-documented in the schema (including default values, constraints, and format examples), the description doesn't provide significant additional parameter semantics. The baseline of 3 is appropriate when the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: generating random user profiles with specific attributes (realistic names, addresses, emails, photos) and optional nationality filtering. It uses specific verbs ('generate', 'filter') and identifies the resource ('user profiles'). However, it doesn't explicitly differentiate from the sibling tool 'generate_by_gender' - both generate users but with different filtering capabilities.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides some usage context by mentioning the optional nationality filtering capability, which implies when this filtering feature would be useful. However, it doesn't explicitly state when to use this tool versus the sibling 'generate_by_gender' tool, nor does it provide any exclusion criteria or prerequisites for usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!