Skip to main content
Glama
PrimeUpYourLife

dynamic-discord-bot-api-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNodebug, info, warn, errorinfo
DISCORD_BOT_TOKENNoBot token; calls fail safely when absent
DISCORD_SCHEMA_PATHNoAlternate catalog path
DISCORD_API_BASE_URLNoFixed API originhttps://discord.com/api/v10
DISCORD_REQUEST_RETRIESNoRetry count2
DISCORD_LOCAL_FILE_ROOTSNoPlatform-delimited upload roots
DISCORD_MAX_UPLOAD_BYTESNoPer-file limit10485760
DISCORD_RATE_LIMIT_BURSTNoLocal burst50
DISCORD_ENDPOINT_ALLOWLISTNoComma-separated IDs/operation IDs with * globs*
DISCORD_REQUEST_TIMEOUT_MSNoPer-attempt timeout30000
DISCORD_SCHEMA_MAX_AGE_HOURSNoRefresh threshold24
DISCORD_RATE_LIMIT_PER_SECONDNoLocal global safety rate45
DISCORD_ALLOW_UNKNOWN_PARAMETERSNoValidation escape hatchfalse

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

Tools

Functions exposed to the LLM to take actions

NameDescription
discord_search_endpointsA

Fuzzy-search cataloged Discord Bot HTTP API endpoints.

discord_get_endpointA

Return normalized schema for one Discord Bot endpoint.

discord_get_typeC

Return one normalized Discord OpenAPI component schema.

discord_call_endpointB

Validate and call one cataloged Discord Bot HTTP endpoint.

discord_refresh_schemaA

Fetch, validate, filter, and atomically install stable Discord Bot schema.

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 serves a distinct function: searching, fetching endpoint schemas, fetching type schemas, calling endpoints, and refreshing the schema. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with a discord_ prefix, using clear and uniform snake_case. The naming convention is uniform and predictable.

Tool Count5/5

Five tools is an appropriate size for a focused Discord API schema management server. Each tool covers a core operation without unnecessary bloat or sparseness.

Completeness5/5

The tool set covers the full lifecycle: discovering endpoints, retrieving schemas, calling endpoints, and refreshing the local schema. No critical gaps are apparent for the server's intended purpose.

Maintenance

ActivitySlowing
ResponsivenessNo issues