MCP Server with Tool, Resource, Prompt, and Sampling
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create-userB | Create a new user |
| create-random-userA | Create a random user with fake data |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| generate-fake-user | Generate a fake user based on a given name |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| users | A list of users |
TDQS
Scored across 2 tools
Both tools create users, but one creates a specific user and the other creates a random one. Descriptions clearly distinguish them, though the core action is the same.
Both tools follow a consistent verb_noun snake_case pattern: create-user and create-random-user.
With only 2 tools focused solely on user creation, the count is too low for a server that also advertises resources, prompts, and sampling capabilities.
The tools only cover creation (specific and random) but lack essential user management operations like reading, updating, deleting, or listing users.