Skip to main content
Glama
SufyaanKhateeb

User Management MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
create-userC

Create a new user in the system

create-random-userA

Create a random user with fake data

Prompts

Interactive templates invoked by user choice

NameDescription
generate-fake-userGenerate a fake user based on a given name

Resources

Contextual data attached and managed by the client

NameDescription
usersGet all users data from the database

TDQS

C2.9/5.0

Scored across 2 tools

Disambiguation1/5

The two tools have highly overlapping purposes: both create users. 'create-random-user' and 'create-user' differ only in the data source (fake vs. system), which is a subtle distinction that agents will likely confuse. This is a classic case of ambiguous tool boundaries.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern with hyphen-separated names. 'create-random-user' and 'create-user' are perfectly aligned in naming style, making them predictable and readable.

Tool Count2/5

With only 2 tools, the server feels severely under-scoped for a 'User Management' domain. A user management system typically requires at least CRUD operations (create, read, update, delete) and possibly list/search tools. This minimal set is inadequate for the implied purpose.

Completeness1/5

The tool surface is extremely incomplete for user management. There are no tools to retrieve, update, delete, or list users, creating significant gaps that will cause agent failures. Agents cannot perform basic user management workflows beyond creation.

Maintenance

ActivityInactive
ResponsivenessNo issues