Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Broadcast Message
line_messaging_api:broadcast_message
Broadcast a text message to all friends of the LINE bot. Use with caution - this sends to ALL users.
Write
Medium risk
Get Consumption
line_messaging_api:get_consumption
Get the current month's message consumption count for the LINE bot.
Read
Low risk
Get Group Summary
line_messaging_api:get_group_summary
Get group chat summary information including group name and picture.
Read
Low risk
Get Profile
line_messaging_api:get_profile
Get user profile information including display name and profile picture.
Read
Low risk
Get Quota
line_messaging_api:get_quota
Get the current message quota usage and limits for the LINE bot.
Read
Low risk
Get Room Summary
line_messaging_api:get_room_summary
Get room chat summary information. Rooms are multi-person chats without a specific name.
Read
Low risk
Leave Group
line_messaging_api:leave_group
Leave a LINE group chat. WARNING: This permanently removes the bot from the group.
Write
Medium risk
Leave Room
line_messaging_api:leave_room
Leave a LINE room chat. WARNING: This permanently removes the bot from the room.
Write
Medium risk
Reply Message
line_messaging_api:reply_message
Reply to a user message using the reply token from a webhook event.
Write
Medium risk
Send Message
line_messaging_api:send_message
Send a text message to a specific LINE user.
Write
Medium risk
Send Rich Message
line_messaging_api:send_rich_message
Send multiple rich messages (text, images, stickers, templates) to a LINE user.
Write
Medium risk