{
  "server": {
    "name": "Documentation - Discord",
    "version": "1.0.0",
    "transport": "http"
  },
  "capabilities": {
    "tools": {
      "search_documentation_discord": {
        "name": "search_documentation_discord",
        "description": "Search across the Documentation - Discord knowledge base to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about Documentation - Discord, find specific documentation, understand how features work, or locate implementation details. The search returns contextual content with titles and direct links to the documentation pages.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "query": {
              "type": "string",
              "description": "A query to search the content with."
            }
          },
          "required": [
            "query"
          ]
        },
        "operationId": "mintlify_default_search"
      }
    },
    "resources": [
      {
        "uri": "mintlify://skills/discord",
        "name": "discord",
        "description": "Use when building bots, Activities, or integrating Discord social features into games. Reach for this skill when agents need to create slash commands, handle interactions, manage webhooks, authenticate users with OAuth2, or connect to Discord's real-time Gateway API.",
        "mimeType": "text/markdown"
      }
    ],
    "prompts": []
  }
}