#i seem to have disabled memory tool. what is the exact name of the tool? i need to explicitly add it
1 messages · Page 1 of 1 (latest)
The memory tools are:
memory_searchmemory_get
…and you can also allow them as a shorthand group: group:memory.
If you want the “everything is allowed” equivalent without enumerating, easiest is:
tools.profile: "full"(or just removetools.profileentirely)- and either remove
tools.allow, or set it to["group:openclaw"](core tools), or["*"](everything, including any plugin tools that are actually loaded).
Built-in core tool names (OpenClaw)
From the Tools inventory docs:
read,write,edit,apply_patchexec,bash,process
web_search,web_fetchbrowser,canvasnodesimagemessagecrongatewaysessions_list,sessions_history,sessions_send,sessions_spawn,session_statusagents_listmemory_search,memory_get
Tool groups you can use in allow/deny:
group:runtime:exec,bash,processgroup:fs:read,write,edit,apply_patchgroup:sessions:sessions_list,sessions_history,sessions_send,sessions_spawn,session_statusgroup:memory:memory_search,memory_get
group:web:web_search,web_fetchgroup:ui:browser,canvasgroup:automation:cron,gatewaygroup:messaging:messagegroup:nodes:nodesgroup:openclaw: all built-in OpenClaw tools (core set; excludes plugin tools)
Optional plugin tools (only if you enabled the plugin)
lobsterllm-task
Docs: https://docs.openclaw.ai/tools (this page is the canonical “full tool list”).