Weavz
Fulcrum

Fulcrum

Field audit and mobile data collection workflows for records, forms, projects, classifications, webhooks, and Query API reports.

27 tools
2 triggers

Tools

Name
list_records

List Fulcrum record records with documented paging and filters.

get_record

Get a Fulcrum record by ID.

create_record

Create a Fulcrum record using the documented JSON request body.

update_record

Update a Fulcrum record by exact ID.

delete_record

Delete a Fulcrum record by exact ID.

list_forms

List Fulcrum form records with documented paging and filters.

get_form

Get a Fulcrum form by ID.

update_form

Update a Fulcrum form by exact ID.

delete_form

Delete a Fulcrum form by exact ID.

list_projects

List Fulcrum project records with documented paging and filters.

get_project

Get a Fulcrum project by ID.

update_project

Update a Fulcrum project by exact ID.

delete_project

Delete a Fulcrum project by exact ID.

list_choice_lists

List Fulcrum choice list records with documented paging and filters.

get_choice_list

Get a Fulcrum choice list by ID.

update_choice_list

Update a Fulcrum choice list by exact ID.

delete_choice_list

Delete a Fulcrum choice list by exact ID.

list_classification_sets

List Fulcrum classification set records with documented paging and filters.

get_classification_set

Get a Fulcrum classification set by ID.

update_classification_set

Update a Fulcrum classification set by exact ID.

delete_classification_set

Delete a Fulcrum classification set by exact ID.

list_webhooks

List Fulcrum webhook records with documented paging and filters.

get_webhook

Get a Fulcrum webhook by ID.

create_webhook

Create a Fulcrum webhook using the documented JSON request body.

update_webhook

Update a Fulcrum webhook by exact ID.

delete_webhook

Delete a Fulcrum webhook by exact ID.

query

Run a Fulcrum Query API SQL-like query.

Triggers

Name
record_created_or_updated

Poll Fulcrum record records after an initial baseline.

form_created_or_updated

Poll Fulcrum form 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('fulcrum', 'list_records', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'fulcrum',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Fulcrum to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Fulcrum support?

Fulcrum supports 27 tools including List Records, Get Record, Create Record, Update Record, Delete Record, and more.

Can I use Fulcrum with AI agents?

Yes. Add Fulcrum 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 Fulcrum be used in stateful agent workflows?

Yes. Agents can combine Fulcrum 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 Fulcrum use?

Fulcrum uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Fulcrum integration cost?

The Fulcrum integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Fulcrum support?

Fulcrum supports 2 triggers including Record Created or Updated, Form Created or Updated.

Connect Fulcrum in minutes

Get 20,000 free action executions every month. No credit card required.