CAFM

Computer-Aided Facility Management — work orders, preventive maintenance, time entries, and inspection workflows. Syncs with the CAFM mobile app for field technicians.

Operations · Every building type

What it provides.

  • cafm.work-orders

    Work order CRUD, assignment, and lifecycle.

What an AI copilot can do with it.

Every module publishes its own tools over the Model Context Protocol, so an assistant can act on the building rather than just describe it.

  • cafm_get_work_orders

    Get a list of maintenance work orders (tasks). Allows filtering by status or assignee. Use this to answer questions like 'what maintenance tasks do we have?' or 'what is the status of my work orders?'. (Building context is automatically injected).

  • cafm_get_work_order_details

    Get detailed information about a specific work order.

  • cafm_create_work_order

    Create a new maintenance work order.

  • cafm_list_pending_approvals

    List work orders held for a permit-to-work sign-off in the current building, each with the controlled zones holding it. Use this to answer 'what is waiting for my approval?' or 'why can this job not start?'. Read-only: recording the approval itself is a signed-in action in the UI, never a Copilot one. (Building context is automatically injected).

  • cafm_transition_work_order

    Change the status of a work order.

On a real building

See CAFM on a real building

We will run it against your floor plans rather than a sample dataset.