Tools
Built‑in tools and how they behave.
Arctic exposes a curated toolset to the model. Tools are permission‑gated and can be disabled per agent.
Built‑in tools
bash— run shell commandsread/write/edit— file accesslist/glob/grep— file discovery and searchwebfetch— fetch URLs as textwebsearch/codesearch— web and code search (requires Arctic provider orARCTIC_ENABLE_EXA)task— spawn a sub‑agent sessiontodowrite/todoread— per‑session todo listbatch— run tools in parallel
Controlling tools
Tools can be limited by:
- Agent frontmatter (
toolsandpermission) - Global config (
tools,permission)
See Permissions.