Run a tool across many LINE OAs
line_run_on_many_oasRun a supported read-only LINE tool across multiple Official Accounts in parallel. Isolates errors per account to prevent one failure from affecting others.
Instructions
Agency feature — run any read-only line_* tool across many OAs in parallel; per-OA errors are isolated (one bad token doesn't break the run). tool must be one of the supported read-only tools below; oa_ids an array or 'all' (default); parallel concurrency 1-10 (default 5).
Supported tools:
line_get_oa_status
line_get_oa_report
line_list_audiences
line_list_rich_menus
line_test_webhook
Returns { tool, count_ok, count_failed, results[], errors[] }.
Example: "เช็คสถานะทุก OA" → { tool:"line_get_oa_status", oa_ids:"all" }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Read-only tool to run across all selected OAs. Write tools (send/build/delete) are not supported in bulk mode for safety. | |
| oa_ids | No | Either an array of OA ids or 'all' to use every configured OA. Default 'all'. | all |
| parallel | No | Max concurrent OAs (1-10). Default 5. | |
| response_format | No | markdown |