Skip to main content
Glama
get_ksi.ts452 B
import { z } from "zod"; import { getKsiItem } from "../frmr.js"; import type { ToolDefinition } from "./base.js"; const schema = z.object({ id: z.string(), }); export const getKsiTool: ToolDefinition< typeof schema, { item: ReturnType<typeof getKsiItem> } > = { name: "get_ksi", description: "Retrieve a single KSI entry by id.", schema, execute: async (input) => { const item = getKsiItem(input.id); return { item }; }, };

Latest Blog Posts

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/ethanolivertroy/fedramp-docs-mcp'

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