create_agent
Create an agent in IBM Watson Orchestrate with specified name, description, model, and instructions, and optionally assign tool IDs via the tools array.
Instructions
Create an agent. Pass tools array to assign tool IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tools | No | ||
| model_id | Yes | ||
| description | Yes | ||
| instructions | Yes |