arpe_quick_start
Identify the right Arpe.io tool for your task and get a step-by-step workflow guide. Describe your use case in plain English to receive tool recommendations and parameter details.
Instructions
Determine which Arpe.io tool to use and get a step-by-step workflow guide. Call this when the user's intent is unclear or they are new to arpe.io tools. Accepts a plain English use case description and returns the recommended tool, required parameters, and the sequence of tool calls to make. Does not execute anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | No | Override auto-detection and show the workflow for a specific product. If omitted, the tool selects based on use_case. | |
| use_case | Yes | Plain English description of what the user wants to do (e.g., 'export a large Oracle table to S3 as Parquet', 'migrate SQL Server schema to PostgreSQL'). Used to auto-detect the right tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | Recommended sequence of tool calls. | |
| status | Yes | 'ok' when the call succeeded; 'error' when the parameters failed validation or execution failed. | |
| warning | No | Cross-tool caveat (e.g. internal use of FastBCP/FastTransfer). | |
| selected_product | No | Recommended product, 'all', or null if undetermined. |