#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)

worthy jay
#

Among other tools. I'm not sure how but I seem to have put the config into an explicity "allow/deny" situation. if a tool isnt allowed, it doesnt show up

this doesnt bother me, i just need a list of every tool so that i can add them all to the json please

white bladeBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

native citrusBOT
# worthy jay Among other tools. I'm not sure how but I seem to have put the config into an ex...

The memory tools are:

  • memory_search
  • memory_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 remove tools.profile entirely)
  • 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_patch
  • exec, bash, process
#
  • web_search, web_fetch
  • browser, canvas
  • nodes
  • image
  • message
  • cron
  • gateway
  • sessions_list, sessions_history, sessions_send, sessions_spawn, session_status
  • agents_list
  • memory_search, memory_get

Tool groups you can use in allow/deny:

  • group:runtime: exec, bash, process
  • group:fs: read, write, edit, apply_patch
  • group:sessions: sessions_list, sessions_history, sessions_send, sessions_spawn, session_status
  • group:memory: memory_search, memory_get
#
  • group:web: web_search, web_fetch
  • group:ui: browser, canvas
  • group:automation: cron, gateway
  • group:messaging: message
  • group:nodes: nodes
  • group:openclaw: all built-in OpenClaw tools (core set; excludes plugin tools)

Optional plugin tools (only if you enabled the plugin)

  • lobster
  • llm-task

Docs: https://docs.openclaw.ai/tools (this page is the canonical “full tool list”).