Skip to main content
Glama
list_versions.ts469 B
import { z } from "zod"; import { listVersions } from "../indexer.js"; import type { ToolDefinition } from "./base.js"; const schema = z.object({}); export const listVersionsTool: ToolDefinition< typeof schema, { versions: ReturnType<typeof listVersions> } > = { name: "list_versions", description: "List detected FRMR versions and associated metadata from documents.", schema, execute: async () => { return { versions: listVersions() }; }, };

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