Built-in tools
Tools are capabilities that the AI assistant can invoke during a conversation. Each tool has a name, description, input parameters, and output format. Tools are filtered by the admin user's ACL permissions — Copilot can only use tools that the logged-in admin's role has access to.
The AI Copilot extension includes five built-in tools:
📄️ Store Info
The Store Info tool returns store configuration and structure — websites, store views, currencies, and locale settings.
📄️ Database Reader
The Database Reader tool executes read-only SQL queries against the Magento database. It supports SELECT, DESCRIBE, SHOW, and EXPLAIN statements.
📄️ REST API
The REST API tool provides full access to Magento's REST API — the same endpoints available at /rest/V1/*. It supports GET, POST, PUT, and DELETE methods, as well as asynchronous and bulk operations.
📄️ GraphQL Query
The GraphQL Query tool executes queries and mutations against Magento's GraphQL API.