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.
Create Meeting
limitless_ai:create_meeting
Create a new meeting in Limitless AI.
Write
Medium risk
Create Note
limitless_ai:create_note
Create a new note in Limitless AI.
Write
Medium risk
Delete Note
limitless_ai:delete_note
Delete a note permanently from Limitless AI. This action cannot be undone.
Write
High risk
Get Ai Summary
limitless_ai:get_ai_summary
Get AI-generated summary and insights for a meeting.
Read
Low risk
Get Meeting
limitless_ai:get_meeting
Fetch a single meeting by ID with transcript and AI insights.
Read
Low risk
Get Note
limitless_ai:get_note
Fetch a single note by ID with full content.
Read
Low risk
Get Transcript
limitless_ai:get_transcript
Get the transcript for a meeting with speaker identification and timestamps.
Read
Low risk
List Meetings
limitless_ai:list_meetings
List meetings with optional filtering and pagination.
Read
Low risk
List Notes
limitless_ai:list_notes
List notes with optional filtering, searching, and pagination.
Read
Low risk
Search Content
limitless_ai:search_content
Search across meetings, notes, and transcripts using AI-powered semantic search.
Read
Low risk
Update Note
limitless_ai:update_note
Update an existing note in Limitless AI.
Write
Medium risk