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
list_agentsA

Returns configured coding agents and their local availability

list_repositoriesA

Returns configured repository aliases and safe metadata

start_taskB

Starts a coding-agent task in a configured repository workspace

continue_taskA

Sends follow-up instructions to an existing task session

get_taskB

Returns task state and concise metadata

get_task_outputA

Returns bounded task output with pagination cursor support

cancel_taskA

Cancels a running coding-agent task

get_repo_statusA

Returns structured Git status for a task workspace or configured repository

get_diffA

Returns the Git diff for a task workspace or configured repository (including committed changes since task base SHA and untracked files)

run_verificationB

Runs a configured verification profile (e.g. test, lint) in a task workspace or repository

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources