{
  "server": {
    "name": "aegean.ai",
    "version": "1.0.0",
    "transport": "http"
  },
  "capabilities": {
    "tools": {
      "search_aegean_ai": {
        "name": "search_aegean_ai",
        "description": "Search across the aegean.ai knowledge base to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about aegean.ai, 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": [],
    "prompts": []
  }
}