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
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_sessionsA

List all Claude Code sessions.

Args: status_filter: Optional filter — 'active' (non-archived), 'running', 'idle', or '' for all.

get_session_infoA

Get details about a specific Claude Code session.

Args: session_id: The session ID (with or without 'session_' prefix).

read_sessionA

Read recent conversation from a Claude Code session.

Args: session_id: The session ID. last_n: Number of recent events to return (default 20).

get_session_eventsA

Get raw events from a session, optionally filtered by type.

Args: session_id: The session ID. event_types: Comma-separated types to filter (e.g. 'user,assistant'). Empty for all. last_n: Number of recent events to return (default 50).

send_messageC

Send a message to a Claude Code session.

Args: session_id: The session ID to send to. message: The message text to send.

send_and_waitA

Send a message to a Claude Code session and wait for the full response.

Polls until the session produces a result event (turn complete), then returns the assistant's response. Use this when you need the other session's answer.

Args: session_id: The session ID to send to. message: The message text to send. timeout: Max seconds to wait for a response (default 120). poll_interval: Seconds between polls (default 1.5).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

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/es617/cc-tap'

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