Weavz
Limble CMMS

Limble CMMS

CMMS operations for tasks, assets, parts, vendors, users, teams, purchase orders, comments, instructions, and task parts.

Basic AuthProductivity
46 tools
4 triggers

Tools

Name
list_tasks

List Limble CMMS task records with documented paging and filters.

get_task

Get a Limble CMMS task by ID.

create_task

Create a Limble CMMS task using the documented JSON request body.

update_task

Patch a Limble CMMS task by exact ID.

delete_task

Delete a Limble CMMS task by exact ID.

list_assets

List Limble CMMS asset records with documented paging and filters.

get_asset

Get a Limble CMMS asset by ID.

create_asset

Create a Limble CMMS asset using the documented JSON request body.

update_asset

Patch a Limble CMMS asset by exact ID.

delete_asset

Delete a Limble CMMS asset by exact ID.

list_locations

List Limble CMMS location records with documented paging and filters.

get_location

Get a Limble CMMS location by ID.

create_location

Create a Limble CMMS location using the documented JSON request body.

update_location

Patch a Limble CMMS location by exact ID.

delete_location

Delete a Limble CMMS location by exact ID.

list_parts

List Limble CMMS part records with documented paging and filters.

get_part

Get a Limble CMMS part by ID.

create_part

Create a Limble CMMS part using the documented JSON request body.

update_part

Patch a Limble CMMS part by exact ID.

delete_part

Delete a Limble CMMS part by exact ID.

list_vendors

List Limble CMMS vendor records with documented paging and filters.

get_vendor

Get a Limble CMMS vendor by ID.

create_vendor

Create a Limble CMMS vendor using the documented JSON request body.

update_vendor

Patch a Limble CMMS vendor by exact ID.

delete_vendor

Delete a Limble CMMS vendor by exact ID.

list_users

List Limble CMMS user records with documented paging and filters.

get_user

Get a Limble CMMS user by ID.

create_user

Create a Limble CMMS user using the documented JSON request body.

update_user

Patch a Limble CMMS user by exact ID.

delete_user

Delete a Limble CMMS user by exact ID.

list_teams

List Limble CMMS team records with documented paging and filters.

get_team

Get a Limble CMMS team by ID.

create_team

Create a Limble CMMS team using the documented JSON request body.

update_team

Patch a Limble CMMS team by exact ID.

delete_team

Delete a Limble CMMS team by exact ID.

list_purchase_orders

List Limble CMMS purchase order records with documented paging and filters.

get_purchase_order

Get a Limble CMMS purchase order by ID.

create_purchase_order

Create a Limble CMMS purchase order using the documented JSON request body.

update_purchase_order

Patch a Limble CMMS purchase order by exact ID.

list_statuses

List Limble CMMS status records with documented paging and filters.

list_task_instructions

List Task Instructions in Limble CMMS using the documented task subresource endpoint.

create_task_instruction

Create Task Instruction in Limble CMMS using the documented task subresource endpoint.

list_task_comments

List Task Comments in Limble CMMS using the documented task subresource endpoint.

add_task_comment

Add Task Comment in Limble CMMS using the documented task subresource endpoint.

attach_part_to_task

Attach Part To Task in Limble CMMS using the documented task subresource endpoint.

remove_part_from_task

Remove Part From Task in Limble CMMS using the documented task subresource endpoint.

Triggers

Name
task_created_or_updated

Poll Limble CMMS task records after an initial baseline.

asset_created_or_updated

Poll Limble CMMS asset records after an initial baseline.

part_created_or_updated

Poll Limble CMMS part records after an initial baseline.

purchase_order_created_or_updated

Poll Limble CMMS purchase order records after an initial baseline.

Quick Start

TypeScript
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.