Skip to content

[Feature] Add memwal_list tool to enumerate all stored blobs per namespace #366

Description

@zazadra

Feature Request

There is currently no MCP tool that allows a user or agent to enumerate all blobs stored within a namespace.

Problem

The only way to verify that memories were correctly written is to manually check each individual Walruscan blob URL. There is no way to get a summary of 'what does this agent currently remember?' without knowing the exact blob IDs in advance.

Proposed Tool

memwal_list(namespace: string, limit?: number)

Returns a list of stored blobs for the given namespace, each containing:

  • blob_id
  • preview (first 100 chars of content)
  • created_at timestamp
  • explorer_url

Impact

This would dramatically improve debuggability, make it easier to audit what an agent knows, and provide a much better onboarding experience for new users verifying their first memory writes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions