Documentation / Agent Tools

Agent Tools

Updated April 9, 2026

Tools are the actions your AI assistants can take — reading posts, querying the database, generating images, auditing SEO, and more. Agent Builder ships with 140+ tools organized by category.

Tool Categories

Click a category to see its tools. Every tool listed here is live in the current version of Agent Builder.

Loading tools from registry

How Tools Work

Safety by design

Every tool has a 5-tier risk level — from read-only (auto-approved) to extreme (disabled by default). Write operations pause for confirmation in supervised mode. You control which tools each assistant can access.

Core vs Agent-specific

Core tools (database, wordpress, cli) are available to every assistant. Agent-specific tools (seo, security, media) are contributed by bundled agents and only active when that agent is enabled.

For developers

Tools extend Tool_Base with five methods: get_name(), get_description(), get_category(), get_parameters(), and execute(). Parameters use the OpenAI function-calling JSON schema format. See the MCP Integration docs for exposing tools externally.

Suggest a Tool

Have an idea for a tool?

We review every suggestion. If it fits the architecture, we’ll build it into a future release.