Skip to main content
Glama

Synthetic Data — Random User

Generate Random Users

random_users
Read-only

Generate synthetic / fake user profiles via the MwVideos random_users API (POST /mwvideos/api/random_users). Returns name, gender, location, email, login, dob, phone, picture, and nat. Use when the user asks for random users, fake people, sample contacts, demo personas, UI fixtures, or test profiles. Pass results for how many profiles (default 1, minimum 1) and isPro as 0 or 1 when relevant (default 0). Authenticated user_id is injected server-side — do not invent profiles; always call this tool. These are FAKE people for demos and testing, not real PII.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isProNoPro flag passed through to the upstream API (0 or 1).
resultsNoNumber of random user profiles to generate. Must be an integer >= 1.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
infoNo
statusYes1 = success, 0 = error
messageNo
resultsYesList of synthetic user profiles from the upstream API.

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses that 'Authenticated user_id is injected server-side' and warns that these are 'FAKE people for demos and testing, not real PII.' This adds meaningful context about the tool's behavior and data nature.

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

Conciseness5/5

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

The description is efficiently organized: purpose first, then usage, parameters, and a final caveat. Every sentence contributes, and the length is appropriate for the tool's complexity.

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

Completeness5/5

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

The description covers purpose, usage, parameters, authentication context, and data nature, while the output schema handles return values. No significant gaps remain for effective tool invocation.

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 schema already documents both parameters with descriptions and examples, achieving 100% coverage. The description adds usage nuance, such as 'results' default/minimum and 'isPro' as 0 or 1 'when relevant', which enhances understanding beyond the schema.

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

Purpose5/5

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

The description clearly states the tool's function: 'Generate synthetic / fake user profiles' and references the specific API endpoint (POST /mwvideos/api/random_users). It also lists the returned fields, making the purpose unambiguous.

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

Usage Guidelines5/5

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

Provides explicit use cases: 'when the user asks for random users, fake people, sample contacts, demo personas, UI fixtures, or test profiles.' It also instructs to 'always call this tool' rather than inventing profiles, giving clear guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.8/5.0
Disambiguation5/5

Only one tool exists, so there is no possibility of confusing it with another tool. Its purpose is clearly described and distinct.

Naming Consistency5/5

The single tool name 'random_users' is clear, descriptive, and follows a consistent naming style. There are no inconsistencies or mixed conventions.

Tool Count3/5

One tool is on the low end and feels thin, but it is appropriate for the server's narrow scope of generating random user profiles. Typical MCP servers have 3-15 tools, so this is borderline.

Completeness5/5

The tool fully covers the stated purpose of generating synthetic user profiles, with parameters for quantity and pro status. No obvious missing operations exist for this domain.

Resources