Skip to main content
Glama
health_check.ts420 B
import { z } from "zod"; import { healthCheck } from "../search.js"; import type { ToolDefinition } from "./base.js"; const schema = z.object({}); export const healthCheckTool: ToolDefinition< typeof schema, ReturnType<typeof healthCheck> > = { name: "health_check", description: "Verify the index is ready and report repository path plus file counts.", schema, execute: async () => healthCheck(), };

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