Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FeanorsCodeSL/imladris'

If you have feedback or need assistance with the MCP directory API, please join our Discord server