Skip to main content
Glama

index-health

Verify system health to ensure optimal performance for indexing, retrieving, and managing notes with full-text search and knowledge graph capabilities.

Instructions

Health check.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler for the 'index-health' tool. Executes a simple health check by returning { ok: true } in the standardized MCP tool response format.
    case 'index-health': { return { content: [{ type: 'text', text: JSON.stringify({ ok: true }) }] }; }
  • src/mcp.ts:160-162 (registration)
    Registration of the 'index-health' tool in the tools array, including name, description, and empty input schema (no parameters required).
    name: 'index-health', description: 'Health check.', inputSchema: { type: 'object', properties: {} },
  • Inline input schema for 'index-health' tool: empty object, indicating no input parameters are required.
    inputSchema: { type: 'object', properties: {} },

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/vjsr007/mcp-index-notes'

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