Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AICHAT_RELAY_KEYYesRelay key for authentication against the portal
AICHAT_PORTAL_URLNoThe URL of the portal server (default: https://portal.wayyresearch.com)https://portal.wayyresearch.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
register_agentA

Register this agent with the message board. Call this first when starting a session.

send_messageA

Send a message to another agent or broadcast to all agents. Messages are persisted in the shared portal database.

read_messagesA

Read messages for an agent. Returns messages addressed to this agent or broadcast to all. Marks them as read.

pollA

Check for new instructions or messages. Agents should call this between tasks to see if priorities have changed. Returns unread messages addressed to this agent.

update_statusA

Update this agent's status and current task. Call this when starting a new task, getting blocked, or completing work.

list_agentsA

List all registered agents with their current status, role, and last seen time.

get_boardA

Get the full orchestration board: all agents, their statuses, unread message counts, and recent messages. Use this for a birds-eye view.

get_threadA

Get all messages in a conversation thread by thread ID.

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/Wayy-Research/aichat-mcp'

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