List LINE OAs configured
line_list_oasRetrieves a list of all LINE Official Accounts configured for this instance, including IDs and status, to identify the account to use before sending messages.
Instructions
List all LINE Official Accounts available to this MCP instance, from the multi-OA config file (or single-OA env mode). Useful before line_use_oa to discover the OA IDs.
Args:
response_format: 'markdown' (default) | 'json'.
Returns: { active_oa: string, oas: [{ id, display_name?, region?, is_premium?, is_active }] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | markdown |