Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DISCORD_TOKENYesYour Discord bot token
DISCORD_CHANNELNoChannel name to usegeneral
DISCORD_GUILD_IDYesYour Discord server ID
DISCORD_REMINDERNoCustom text appended to all responses
DISCORD_ASK_TIMEOUTNoSeconds to wait for user response300
DISCORD_HTTP_TIMEOUTNoSeconds for HTTP operations30
DISCORD_CONNECTION_TIMEOUTNoSeconds to establish connection30

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
discord_askA

Send a question to the user via Discord and wait for their response. User can react with ❌ to cancel or 📷 for screenshot.

discord_notifyA

Send a notification to the user via Discord. Does not wait for a response.

discord_send_fileB

Send a file to the user via Discord.

discord_screenshotB

Take a screenshot of the entire desktop and send it to Discord.

discord_embedC

Send a rich embed message to Discord with title, description, color, fields, and more.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: ask waits for a response, embed sends a rich embed, notify sends without response, screenshot captures desktop, send_file sends a file. No overlap.

Naming Consistency5/5

All tools follow the consistent pattern 'discord_<verb>' with clear action verbs (ask, embed, notify, screenshot, send_file). No mixed conventions.

Tool Count5/5

5 tools is well-suited for a Discord interaction server, covering sending messages, files, screenshots, and interactive questions without bloat or insufficiency.

Completeness4/5

Covers core Discord communication needs, but a simple 'send_message' tool is missing; however, discord_notify may serve that purpose. Minor gap.

Maintenance

ActivityInactive
ResponsivenessNo issues