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.
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_idpreview(first 100 chars of content)created_attimestampexplorer_urlImpact
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.