Skip to main content
Glama
Pkaran26

MCP Server with Tool, Resource, Prompt, and Sampling

by Pkaran26

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create-userB

Create a new user

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
usersA list of users

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation4/5

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.

Naming Consistency5/5

Both tools follow a consistent verb_noun snake_case pattern: create-user and create-random-user.

Tool Count2/5

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.

Completeness2/5

The tools only cover creation (specific and random) but lack essential user management operations like reading, updating, deleting, or listing users.