Limble CMMS
CMMS operations for tasks, assets, parts, vendors, users, teams, purchase orders, comments, instructions, and task parts.
Tools
| Name | Description |
|---|---|
list_tasksList Limble CMMS task records with documented paging and filters. | List Limble CMMS task records with documented paging and filters. |
get_taskGet a Limble CMMS task by ID. | Get a Limble CMMS task by ID. |
create_taskCreate a Limble CMMS task using the documented JSON request body. | Create a Limble CMMS task using the documented JSON request body. |
update_taskPatch a Limble CMMS task by exact ID. | Patch a Limble CMMS task by exact ID. |
delete_taskDelete a Limble CMMS task by exact ID. | Delete a Limble CMMS task by exact ID. |
list_assetsList Limble CMMS asset records with documented paging and filters. | List Limble CMMS asset records with documented paging and filters. |
get_assetGet a Limble CMMS asset by ID. | Get a Limble CMMS asset by ID. |
create_assetCreate a Limble CMMS asset using the documented JSON request body. | Create a Limble CMMS asset using the documented JSON request body. |
update_assetPatch a Limble CMMS asset by exact ID. | Patch a Limble CMMS asset by exact ID. |
delete_assetDelete a Limble CMMS asset by exact ID. | Delete a Limble CMMS asset by exact ID. |
list_locationsList Limble CMMS location records with documented paging and filters. | List Limble CMMS location records with documented paging and filters. |
get_locationGet a Limble CMMS location by ID. | Get a Limble CMMS location by ID. |
create_locationCreate a Limble CMMS location using the documented JSON request body. | Create a Limble CMMS location using the documented JSON request body. |
update_locationPatch a Limble CMMS location by exact ID. | Patch a Limble CMMS location by exact ID. |
delete_locationDelete a Limble CMMS location by exact ID. | Delete a Limble CMMS location by exact ID. |
list_partsList Limble CMMS part records with documented paging and filters. | List Limble CMMS part records with documented paging and filters. |
get_partGet a Limble CMMS part by ID. | Get a Limble CMMS part by ID. |
create_partCreate a Limble CMMS part using the documented JSON request body. | Create a Limble CMMS part using the documented JSON request body. |
update_partPatch a Limble CMMS part by exact ID. | Patch a Limble CMMS part by exact ID. |
delete_partDelete a Limble CMMS part by exact ID. | Delete a Limble CMMS part by exact ID. |
list_vendorsList Limble CMMS vendor records with documented paging and filters. | List Limble CMMS vendor records with documented paging and filters. |
get_vendorGet a Limble CMMS vendor by ID. | Get a Limble CMMS vendor by ID. |
create_vendorCreate a Limble CMMS vendor using the documented JSON request body. | Create a Limble CMMS vendor using the documented JSON request body. |
update_vendorPatch a Limble CMMS vendor by exact ID. | Patch a Limble CMMS vendor by exact ID. |
delete_vendorDelete a Limble CMMS vendor by exact ID. | Delete a Limble CMMS vendor by exact ID. |
list_usersList Limble CMMS user records with documented paging and filters. | List Limble CMMS user records with documented paging and filters. |
get_userGet a Limble CMMS user by ID. | Get a Limble CMMS user by ID. |
create_userCreate a Limble CMMS user using the documented JSON request body. | Create a Limble CMMS user using the documented JSON request body. |
update_userPatch a Limble CMMS user by exact ID. | Patch a Limble CMMS user by exact ID. |
delete_userDelete a Limble CMMS user by exact ID. | Delete a Limble CMMS user by exact ID. |
list_teamsList Limble CMMS team records with documented paging and filters. | List Limble CMMS team records with documented paging and filters. |
get_teamGet a Limble CMMS team by ID. | Get a Limble CMMS team by ID. |
create_teamCreate a Limble CMMS team using the documented JSON request body. | Create a Limble CMMS team using the documented JSON request body. |
update_teamPatch a Limble CMMS team by exact ID. | Patch a Limble CMMS team by exact ID. |
delete_teamDelete a Limble CMMS team by exact ID. | Delete a Limble CMMS team by exact ID. |
list_purchase_ordersList Limble CMMS purchase order records with documented paging and filters. | List Limble CMMS purchase order records with documented paging and filters. |
get_purchase_orderGet a Limble CMMS purchase order by ID. | Get a Limble CMMS purchase order by ID. |
create_purchase_orderCreate a Limble CMMS purchase order using the documented JSON request body. | Create a Limble CMMS purchase order using the documented JSON request body. |
update_purchase_orderPatch a Limble CMMS purchase order by exact ID. | Patch a Limble CMMS purchase order by exact ID. |
list_statusesList Limble CMMS status records with documented paging and filters. | List Limble CMMS status records with documented paging and filters. |
list_task_instructionsList Task Instructions in Limble CMMS using the documented task subresource endpoint. | List Task Instructions in Limble CMMS using the documented task subresource endpoint. |
create_task_instructionCreate Task Instruction in Limble CMMS using the documented task subresource endpoint. | Create Task Instruction in Limble CMMS using the documented task subresource endpoint. |
list_task_commentsList Task Comments in Limble CMMS using the documented task subresource endpoint. | List Task Comments in Limble CMMS using the documented task subresource endpoint. |
add_task_commentAdd Task Comment in Limble CMMS using the documented task subresource endpoint. | Add Task Comment in Limble CMMS using the documented task subresource endpoint. |
attach_part_to_taskAttach Part To Task in Limble CMMS using the documented task subresource endpoint. | Attach Part To Task in Limble CMMS using the documented task subresource endpoint. |
remove_part_from_taskRemove Part From Task in Limble CMMS using the documented task subresource endpoint. | Remove Part From Task in Limble CMMS using the documented task subresource endpoint. |
Triggers
| Name | Description |
|---|---|
task_created_or_updatedPoll Limble CMMS task records after an initial baseline. | Poll Limble CMMS task records after an initial baseline. |
asset_created_or_updatedPoll Limble CMMS asset records after an initial baseline. | Poll Limble CMMS asset records after an initial baseline. |
part_created_or_updatedPoll Limble CMMS part records after an initial baseline. | Poll Limble CMMS part records after an initial baseline. |
purchase_order_created_or_updatedPoll Limble CMMS purchase order records after an initial baseline. | Poll Limble CMMS purchase order records after an initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('limble-cmms', 'list_tasks', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'limble-cmms',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Limble CMMS to my app?
Use Weavz Hosted Connect for Basic Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Limble CMMS support?
Limble CMMS supports 46 tools including List Tasks, Get Task, Create Task, Update Task, Delete Task, and more.
Can I use Limble CMMS with AI agents?
Yes. Add Limble CMMS to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Limble CMMS be used in stateful agent workflows?
Yes. Agents can combine Limble CMMS tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Limble CMMS use?
Limble CMMS uses Basic Auth. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Limble CMMS integration cost?
The Limble CMMS integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Limble CMMS support?
Limble CMMS supports 4 triggers including Task Created or Updated, Asset Created or Updated, Part Created or Updated, Purchase Order Created or Updated.
Connect Limble CMMS in minutes
Get 20,000 free action executions every month. No credit card required.