Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DISCORD_GUILD_IDYesThe Server (Guild) ID of the Discord server you want to manage.
DISCORD_BOT_TOKENYesYour Discord bot token from the Discord Developer Portal.

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
discord_discoverB

Browse all available Discord operations organized by category.

discord_get_schemaA

Get detailed parameter schema for a specific operation.

Args:
    operation: Operation identifier (e.g., 'messages.send', 'members.list') or 'batch.category.action' for batch operations (e.g., 'batch.members.add_role')
discord_executeC

Execute a Discord operation with specified parameters.

Args:
    operation: Operation identifier (e.g., 'messages.send', 'members.list') or 'batch.category.action' for batch operations
    params: Operation parameters (get schema first)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 3 tools

Disambiguation5/5

The three tools have clearly distinct purposes: discover for browsing operations, execute for performing actions, and get_schema for retrieving parameter details. There is no overlap or ambiguity between them, as each serves a unique function in the workflow.

Naming Consistency5/5

All tool names follow a consistent 'discord_verb' pattern (discord_discover, discord_execute, discord_get_schema), using snake_case and clear action verbs. This predictability makes the set easy to understand and navigate.

Tool Count2/5

With only three tools, the server feels thin for a Discord integration, which typically involves many operations like sending messages, managing channels, handling members, etc. The tools act as meta-operations rather than direct actions, which might limit usability and require agents to understand a complex internal schema.

Completeness2/5

The tool surface is severely incomplete for a Discord server, as it lacks direct operations for core functionalities (e.g., send_message, create_channel, list_members). Instead, it relies on a generic execute tool with external schemas, creating gaps that could lead to agent confusion or failures in common workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues