Skip to main content
Glama

Kintone Development Support MCP Server

by f4ah6o
test_get_api_endpoint.ts•582 B
import { describe, it, expect } from "vitest"; import { GetApiEndpoint } from "../../src/tools/GetApiEndpoint"; describe("get_api_endpoint tool", () => { it("exposes name, inputSchema, and run({endpoint, method}) returns object", async () => { expect(GetApiEndpoint.name).toBe("get_api_endpoint"); expect(typeof GetApiEndpoint.description).toBe("string"); expect(typeof GetApiEndpoint.inputSchema).toBe("object"); const result = await GetApiEndpoint.run({ endpoint: "/k/v1/records.json", method: "GET", } as any); expect(typeof result).toBe("object"); }); });

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