suggest_approach
Analyzes your task to recommend the most efficient approach among execute_code, execute_workflow, or direct MCP.
Instructions
CALL WHEN UNSURE whether to use execute_code, execute_workflow, or direct MCP.
Analyzes your task and recommends the most efficient approach. Considers: operation count, data size, existing workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | What you want to accomplish | |
| data_type | No | Type of data you'll process | |
| estimated_operations | No | How many tool calls you expect to make |