Skip to main content
Glama

localnest_embed_status

Check embedding backend status and verify vector-search readiness for local AI agents.

Instructions

Return active embedding backend/model status and vector-search readiness.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
response_formatNojson

Implementation Reference

  • The implementation of the `localnest_embed_status` tool, which fetches the vector index status and normalizes it using `normalizeEmbedStatus`.
    registerJsonTool(
      'localnest_embed_status',
      {
        title: 'Embedding Status',
        description: 'Return active embedding backend/model status and vector-search readiness.',
        inputSchema: {},
        annotations: {
          readOnlyHint: true,
          destructiveHint: false,
          idempotentHint: true,
          openWorldHint: false
        }
      },
      async () => {
        const status = vectorIndex.getStatus();
        return normalizeEmbedStatus(status);
      }
    );

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