cyberneticlibrary

Read memory slot data

memcord-readcommandsetup L166
ukkit/memcord
What it does

Retrieve content from named memory slot with auto-detection

Best for

Quick memory retrieval during a session without manual slot name specification when project binding is configured.

Inputs
  • · Memory slot name ($ARGUMENTS)
  • · .memcord file (optional, auto-detected)
Outputs
  • · Memory slot contents (text)
Requires
  • · memcord_read MCP tool
Preconditions
  • · Memory slot exists and contains data
  • · .memcord file may be in current working directory
Failure modes
  • · Slot name ambiguous → uses .memcord project binding
  • · No project binding and no explicit slot → fails with clear error
  • · Slot empty → returns empty string
Trust signals
  • · Auto-detection priority clear (explicit > active > binding)
  • · memcord_read tool encapsulates all slot logic
  • · No manual .memcord file search required (tool handles it)