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
createRoomA

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

joinRoomA

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

leaveRoomA

Leave the current room and release your agent name.

roomInfoA

Get room details including name, participants, and settings.

listRoomsA

List public rooms on the server. Sorted alphabetically.

sendMessageA

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

messageHistoryA

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