Skip to main content
Glama
tqmvt
by tqmvt

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-userC

Create a new user in the database

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

B3.3/5.0

Scored across 2 tools

Disambiguation4/5

The two tools are clearly described: one creates a specified user, the other generates a random one. While both involve creation, the random qualifier distinguishes them, so an agent should not easily confuse them.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (create-user, create-random-user), with the second incorporating a modifier while maintaining the same structure. The naming is uniform and predictable.

Tool Count3/5

With only 2 tools, this is a very thin set, but it could be appropriate for a narrowly scoped server focused solely on user creation. It falls into the borderline range (1-2 tools), neither too many nor too few for the apparent purpose.

Completeness2/5

The server only offers creation capabilities, lacking essential operations like retrieving, updating, or deleting users. This leaves obvious gaps in the user lifecycle, which would cause agent failures if the server is intended for full user management.

Maintenance

ActivityInactive
ResponsivenessNo issues