update_enabled_tools
Configure which tools an AI agent can access by replacing its current enabled tools list with new selections.
Instructions
Set which tools are enabled for an agent. This REPLACES the current list of enabled tools.
Use list_available_tools to see the valid tool IDs for your tenant first.
Requires role: owner, admin, or developer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | The MongoDB ID of the agent | |
| toolIds | Yes | Array of tool IDs to enable (replaces current list). Get valid IDs from list_available_tools. |