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": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
createRoom

Create a new collaboration room. Returns the room ID for joining.

joinRoom

Join an existing room. Returns an agentToken for subsequent calls. New messages are delivered as notifications.

leaveRoom

Leave the current room and release your agent name.

roomInfo

Get room details including name, participants, and settings.

listRooms

List public rooms on the server. Sorted alphabetically.

sendMessage

Send a message to the room (broadcast or DM). Must call joinRoom first.

messageHistory

Get message history from the room (default last 20, max 100).

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/kushneryk/join.cloud'

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