search_docs
Search Arpe.io documentation and blog to find answers about CLI parameters, use cases, parallelism strategies, integrations, and best practices.
Instructions
Search arpe.io documentation and blog for answers about CLI parameters, use cases, parallelism strategies, integrations, and best practices. Call this when unsure about a parameter value, need an example command, or want the recommended approach for a specific source/target/format combination. Searches across all product documentation (FastBCP, FastTransfer, LakeXpress, MigratorXpress) and the arpe.io blog simultaneously. Does not execute anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | Maximum number of results to return (1-10). | |
| question | Yes | Search query — a question or keywords about arpe.io tools, parameters, or use cases (e.g., 'how to use Ntile parallelism', 'parquet compression options', 'Oracle to Snowflake pipeline'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of results returned. | |
| query | No | The search query that was run. | |
| status | Yes | 'ok' when the call succeeded; 'error' when the parameters failed validation or execution failed. | |
| results | No | Ranked documentation/blog chunks. | |
| index_ready | No | False while indexes are still loading. | |
| fully_loaded | No | False while some sources are still loading. |