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.
Check Equipment Availability
rentman:check_equipment_availability
Check if equipment is available for rental during specified dates.
Read
Low risk
Create Contact
rentman:create_contact
Create a new contact with basic information.
Write
Medium risk
Create Equipment
rentman:create_equipment
Create a new equipment item in the inventory.
Write
Medium risk
Create Project
rentman:create_project
Create a new project with basic details and customer assignment.
Write
Medium risk
Create Rental
rentman:create_rental
Create a new rental linking equipment to a project for specific dates.
Write
Medium risk
Get Contact
rentman:get_contact
Fetch a single contact by ID with full contact details.
Read
Low risk
Get Equipment
rentman:get_equipment
Fetch a single equipment item by ID with details like availability and pricing.
Read
Low risk
Get Project
rentman:get_project
Fetch a single project by ID with details like status, dates, and contact info.
Read
Low risk
Get Rental
rentman:get_rental
Fetch a single rental by ID with equipment and project details.
Read
Low risk
List Contacts
rentman:list_contacts
List contacts with optional filtering by search term or type.
Read
Low risk
List Equipment
rentman:list_equipment
List equipment with optional filtering by category, availability, or search term.
Read
Low risk
List Projects
rentman:list_projects
List projects with optional filtering by status, contact, or search term.
Read
Low risk
List Rentals
rentman:list_rentals
List rentals with optional filtering by project, equipment, or date range.
Read
Low risk
Update Project
rentman:update_project
Update an existing project with new details.
Write
Medium risk
Update Rental Status
rentman:update_rental_status
Update the status of a rental (e.g., mark as returned, overdue, etc.).
Write
Medium risk