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.
Clear Notifications
mastodon:clear_notifications
Clear notifications. If notification_id is provided, dismisses that specific notification. Otherwise, clears all notifications.
Write
Low risk
Create Status
mastodon:create_status
Create a new status (post) with optional reply, visibility, and poll settings.
Write
Medium risk
Delete Status
mastodon:delete_status
Delete a status (post). You can only delete your own statuses.
Write
High risk
Favourite Status
mastodon:favourite_status
Favourite (like) a status.
Write
Medium risk
Follow Account
mastodon:follow_account
Follow an account and optionally configure reblog/notification settings.
Write
Medium risk
Get Account
mastodon:get_account
Fetch a single account by ID with profile information and stats.
Read
Low risk
Get Notifications
mastodon:get_notifications
Fetch notifications (mentions, follows, favourites, reblogs, etc.).
Read
Low risk
Get Profile
mastodon:get_profile
Get the authenticated user's own profile information and account settings.
Read
Low risk
Get Status
mastodon:get_status
Fetch a single status (post) by ID with engagement metrics.
Read
Low risk
List Timeline
mastodon:list_timeline
Fetch statuses from various timelines (home, local, public, hashtag).
Read
Low risk
Reblog Status
mastodon:reblog_status
Reblog (boost) a status to share it with your followers.
Write
Medium risk
Search Accounts
mastodon:search_accounts
Search for accounts by username, display name, or domain.
Read
Low risk
Search Statuses
mastodon:search_statuses
Search for statuses by content, hashtags, or mentions.
Read
Low risk
Unfavourite Status
mastodon:unfavourite_status
Unfavourite (unlike) a status.
Write
Medium risk
Unfollow Account
mastodon:unfollow_account
Unfollow an account.
Write
Medium risk
Unreblog Status
mastodon:unreblog_status
Unreblog (unboost) a status to remove it from your timeline.
Write
Medium risk
Update Profile
mastodon:update_profile
Update the authenticated user's profile information and settings.
Write
Medium risk