Skip to main content
Glama
tools_index.test.ts817 B
import { describe, it, expect } from "vitest"; import * as toolsExports from "#tools/index"; describe("Tools Index", () => { it("should export the expected functions", () => { expect(toolsExports).toHaveProperty("list_llms_txt_sources"); expect(toolsExports).toHaveProperty("fetch_llms_txt"); expect(toolsExports).toHaveProperty("list_openapi_spec_sources"); expect(toolsExports).toHaveProperty("fetch_openapi_spec"); expect(typeof toolsExports.list_llms_txt_sources).toBe("function"); expect(typeof toolsExports.fetch_llms_txt).toBe("function"); expect(typeof toolsExports.list_openapi_spec_sources).toBe("function"); expect(typeof toolsExports.fetch_openapi_spec).toBe("function"); }); }); // Copyright (C) 2025 Christopher White // SPDX-License-Identifier: AGPL-3.0-or-later

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/maverickg59/sushimcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server