We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GustyCube/discord-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
faq.md•441 B
# FAQ
**Why a generator instead of hand-written tools?**
Coverage + consistency. The model relies on tool names/descriptions/schemas, not HTTP details.
**Can I expose every Discord route?**
Yes—append entries to the catalog. Keep dangerous ones behind `confirm` and packs.
**How do I add file uploads?**
Use the `post_message_files` tool for base64 attachments, or add a route entry and handle `files` in a custom tool if needed.