Skip to main content
Glama

localnest_memory_status

Check memory feature status, consent state, and backend compatibility for local-first AI agent operations.

Instructions

Return local memory feature status, consent state, and backend compatibility.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
response_formatNojson

Implementation Reference

  • The `localnest_memory_status` tool is registered in `src/mcp/tools/memory-workflow.js`. Its handler logic calls `memory.getStatus()` and formats the output with `normalizeMemoryStatus`.
    registerJsonTool(
      ['localnest_memory_status'],
      {
        title: 'Memory Status',
        description: 'Return local memory feature status, consent state, and backend compatibility.',
        inputSchema: {},
        annotations: {
          readOnlyHint: true,
          destructiveHint: false,
          idempotentHint: true,
          openWorldHint: false
        }
      },
      async () => normalizeMemoryStatus(await memory.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