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
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
imladrisA

Convene a panel of independent AI models to deliberate on a hard question, then return a structured analysis (consensus, disagreements, gaps, unique insights, blind spots) plus all raw panel answers. Use for research, expert critique, "compare and contrast", architecture/design trade-offs, or any task where being wrong is costly. You (the calling model) remain the final author: read the analysis + raw answers and write the answer.

imladris_clear_sessionsA

Clear local Imladris council-session history.

Pass a thread_id to clear one session, or omit it to clear all local session JSON files under ~/.imladris/sessions.

imladris_statusA

Return resolved non-secret config: presets, provider roles, per-provider egress (on-prem/off-prem), and advisory context-budget state. Performs no liveness probe.

Never returns secret values or api_key_env names (plan §6.2).

Prompts

Interactive templates invoked by user choice

NameDescription
council
council-session

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool serves a distinct purpose: the main tool for convening panels, clear_sessions for session cleanup, and status for configuration. No overlap in functionality.

Naming Consistency3/5

The main tool is named simply 'imladris' while the auxiliary tools follow a 'imladris_verb_noun' pattern. This inconsistency breaks the pattern and could cause confusion.

Tool Count4/5

Three tools is minimal but reasonable for a focused server covering core functionality, session management, and status. Slightly thin but not insufficient.

Completeness3/5

Missing operations for listing past sessions or retrieving cached results. The clear_sessions tool only removes sessions without providing overview or retrieval capabilities.

Maintenance

ActivityStale
ResponsivenessNo issues