Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MAILTRAP_API_TOKENNoYour Mailtrap API key for sending emails

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_usersD
get_all_employee_profilesD
send_emailD

Prompts

Interactive templates invoked by user choice

NameDescription
compose_team_for_project

Resources

Contextual data attached and managed by the client

NameDescription
db_schema

TDQS

D1.6/5.0

Scored across 3 tools

Disambiguation3/5

get_users and get_all_employee_profiles likely serve similar purposes, potentially causing confusion. Without descriptions, an agent may select the wrong tool.

Naming Consistency4/5

All tools follow a verb_noun pattern (get_, send_), but the noun forms are inconsistent: 'users' versus 'all_employee_profiles' and 'email'.

Tool Count3/5

With only 3 tools, the set is small but might be adequate for a simple playground. The count is borderline but not extreme.

Completeness2/5

Missing basic CRUD operations for users/employees (create, update, delete) and limited email functionality (only send). Significant gaps for a typical management domain.

Maintenance

ActivityInactive
ResponsivenessNo issues