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.
Assign Task
tookan:assign_task
Assign a task to a specific agent/driver.
Write
Medium risk
Cancel Task
tookan:cancel_task
Cancel an existing task. This action cannot be undone.
Write
High risk
Create Agent
tookan:create_agent
Create a new agent/driver in Tookan.
Write
Medium risk
Create Task
tookan:create_task
Create a new delivery/pickup task in Tookan.
Write
Medium risk
Create Team
tookan:create_team
Create a new team in Tookan.
Write
Medium risk
Delete Agent
tookan:delete_agent
Delete an agent from Tookan. This action cannot be undone.
Write
High risk
Get Agent
tookan:get_agent
Fetch details of a specific agent/driver.
Read
Low risk
Get Customer
tookan:get_customer
Fetch details of a specific customer.
Read
Low risk
Get Task
tookan:get_task
Fetch a single task/job by ID with full details including status, agent, and customer info.
Read
Low risk
Get Task History
tookan:get_task_history
Get the complete history and status changes for a task.
Read
Low risk
Get Team
tookan:get_team
Fetch details of a specific team.
Read
Low risk
List Agents
tookan:list_agents
List all agents/drivers with optional filtering.
Read
Low risk
List Customers
tookan:list_customers
List customers with optional search and pagination.
Read
Low risk
List Tasks
tookan:list_tasks
List tasks/jobs with optional filtering by date, status, team, or fleet.
Read
Low risk
List Teams
tookan:list_teams
List all teams with optional filtering.
Read
Low risk
Track Task
tookan:track_task
Get real-time tracking information for a task including agent location and status.
Write
Medium risk
Update Agent
tookan:update_agent
Update an existing agent's details.
Write
Medium risk
Update Task
tookan:update_task
Update an existing task's details.
Write
Medium risk