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

Tools

Functions exposed to the LLM to take actions

NameDescription
xtalk_registerC

Register this agent and join its workspace room.

xtalk_discoverC

Discover members in a room or workspace.

xtalk_listenC

Return a platform-appropriate inbox monitor command.

xtalk_askC

Ask a room member and return a wait condition.

xtalk_readC

Read the last messages in a thread.

xtalk_replyC

Reply to an ask in a thread.

xtalk_closeC

Close a thread and choose its reporting agent.

xtalk_leaveC

Leave the active or selected room.

xtalk_room_createC

Create and join a room; returns an invite URI.

xtalk_room_joinC

Join a room using an invite URI.

xtalk_room_listA

List rooms joined by this session.

xtalk_room_useB

Set the active room without leaving other rooms.

xtalk_room_leaveC

Leave one room.

xtalk_waitC

Wait for a matching message; portable fallback when no Monitor exists.

xtalk_statusB

Return session, room, transport and resume-strategy status.

xtalk_presenceA

Set your presence mode manually. Use listening before entering Monitor listen loops, waiting_reply before entering wait-for-reply loops, idle when neither. The deadlock detector uses this signal — mis-declaring it will break auto-recovery.

xtalk_thread_listB

List all open/closed threads in the current or specified room.

xtalk_broadcastA

Broadcast an informational message to all room members without entering a waiting state.

xtalk_daemon_controlC

Manage the background daemon process and its room subscriptions.

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/8w6s/xtalk'

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