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
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
diagnoseA

Analyze an error or failed operation, record it in bounded session state, and recommend safe next actions.

stimulateA

Return a concise, structured recovery nudge that emphasizes reassessment, minimal checks, and changed approaches.

focusA

Reduce a complicated task to a short, prioritized sequence of concrete, verifiable next actions.

reuptakeB

Retrieve a compact, relevant summary of failures, attempts, facts, successes, and unresolved issues from this session.

retryA

Record a bounded retry with its specific change and result. Blocks unchanged or exhausted retry loops.

fix_meA

Combine diagnosis, focus, stimulation, and retry guidance into a concise recovery plan without executing commands.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation2/5

Several tools have unclear boundaries: diagnose, focus, and fix_me all produce recommended next actions or plans, while stimulate and focus both generate recovery-oriented output. Only reuptake and retry are clearly distinct, making tool selection genuinely ambiguous.

Naming Consistency4/5

The tools mostly follow a consistent lowercase imperative-verb style: diagnose, stimulate, focus, retry. The main deviation is fix_me, which introduces an underscore and an object pronoun, but the overall naming pattern is still recognizable.

Tool Count4/5

Six tools is a reasonable size for a session-recovery-focused server. However, fix_me is an aggregate of other tools and adds some redundancy, so the set is slightly less lean than it could be.

Completeness4/5

The tool surface covers the core recovery loop well: diagnose failures, focus on next actions, retry with bounded state, and retrieve session context. Minor gaps exist around explicit session reset or state-clearing operations, but agents can generally work around them.

Maintenance

ActivityMaintained
ResponsivenessNo issues