Skip to main content
Glama

localnest_index_status

Check the status and metadata of your local semantic index to monitor indexing progress and verify data availability for search operations.

Instructions

Return local semantic index status and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
response_formatNojson

Implementation Reference

  • The registration and handler definition for 'localnest_index_status'. It calls vectorIndex.getStatus() and processes the result through normalizeIndexStatus.
    registerJsonTool(
      'localnest_index_status',
      {
        title: 'Index Status',
        description: 'Return local semantic index status and metadata.',
        inputSchema: {},
        annotations: {
          readOnlyHint: true,
          destructiveHint: false,
          idempotentHint: true,
          openWorldHint: false
        }
      },
      async () => normalizeIndexStatus(vectorIndex.getStatus())
    );

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/wmt-mobile/localnest'

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