Skip to main content
Glama

Kintone Development Support MCP Server

by f4ah6o
test_api_search_scenario.js•673 B
import { describe, it, expect } from "vitest"; import { SearchApiSpecs } from "../../src/tools/SearchApiSpecs"; import { GetApiEndpoint } from "../../src/tools/GetApiEndpoint"; describe("Integration: API specification search scenario", () => { it("searches specs and fetches endpoint details", async () => { const list = await SearchApiSpecs.run({ query: "get records", category: "records", method: "GET", }); expect(Array.isArray(list)).toBe(true); const details = await GetApiEndpoint.run({ endpoint: "/k/v1/records.json", method: "GET", }); expect(typeof details).toBe("object"); }); }); //# sourceMappingURL=test_api_search_scenario.js.map

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/f4ah6o/kntn-dev-mcp'

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