Skip to main content
Glama

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
wait_for_bug_reportD
complete_bugD
get_queue_statusD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.7/5.0

Scored across 3 tools

Disambiguation4/5

Tool names suggest distinct actions: completing a bug, checking queue status, and waiting for a bug report. Without descriptions, there is slight ambiguity between 'complete_bug' and 'wait_for_bug_report' but they appear to target different stages.

Naming Consistency3/5

Two tools follow a verb_noun pattern ('complete_bug', 'get_queue_status'), but 'wait_for_bug_report' uses a multi-word verb phrase, breaking consistency. The pattern is mostly predictable but not uniform.

Tool Count4/5

Three tools is on the low end but could be appropriate for a highly focused workflow (e.g., a queue-based bug system). It earns its place if the domain is narrow, but feels slightly thin for a general QA workflow.

Completeness2/5

The surface lacks basic operations like creating, listing, or updating bugs, which are common in QA workflows. The set feels incomplete, covering only end actions and status checks.

Maintenance

ActivityInactive
ResponsivenessNo issues