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 Client
mctime:create_client
Create a new client in mctime.
Write
Medium risk
Create Project
mctime:create_project
Create a new project in mctime.
Write
Medium risk
Create Time Entry
mctime:create_time_entry
Create a new time entry in mctime.
Write
Medium risk
Delete Project
mctime:delete_project
Delete a project permanently. WARNING: This cannot be undone.
Write
High risk
Delete Time Entry
mctime:delete_time_entry
Delete a time entry permanently. WARNING: This cannot be undone.
Write
High risk
Generate Report
mctime:generate_report
Generate a time tracking report with specified filters and date range.
Write
Medium risk
Get Client
mctime:get_client
Fetch a single client by ID with contact details.
Read
Low risk
Get Current Timer
mctime:get_current_timer
Get the currently running timer, if any.
Read
Low risk
Get Project
mctime:get_project
Fetch a single project by ID with details and settings.
Read
Low risk
Get Time Entry
mctime:get_time_entry
Fetch a single time entry by ID with project and task details.
Read
Low risk
List Clients
mctime:list_clients
List clients with optional filtering and pagination.
Read
Low risk
List Projects
mctime:list_projects
List projects with optional filtering and pagination.
Read
Low risk
List Time Entries
mctime:list_time_entries
List time entries with optional filtering and pagination.
Read
Low risk
Start Timer
mctime:start_timer
Start a new timer for time tracking.
Write
Medium risk
Stop Timer
mctime:stop_timer
Stop the currently running timer and create a time entry.
Write
Medium risk
Update Client
mctime:update_client
Update an existing client in mctime.
Write
Medium risk
Update Project
mctime:update_project
Update an existing project in mctime.
Write
Medium risk
Update Time Entry
mctime:update_time_entry
Update an existing time entry in mctime.
Write
Medium risk