Fulcrum
Field audit and mobile data collection workflows for records, forms, projects, classifications, webhooks, and Query API reports.
Tools
| Name | Description |
|---|---|
list_recordsList Fulcrum record records with documented paging and filters. | List Fulcrum record records with documented paging and filters. |
get_recordGet a Fulcrum record by ID. | Get a Fulcrum record by ID. |
create_recordCreate a Fulcrum record using the documented JSON request body. | Create a Fulcrum record using the documented JSON request body. |
update_recordUpdate a Fulcrum record by exact ID. | Update a Fulcrum record by exact ID. |
delete_recordDelete a Fulcrum record by exact ID. | Delete a Fulcrum record by exact ID. |
list_formsList Fulcrum form records with documented paging and filters. | List Fulcrum form records with documented paging and filters. |
get_formGet a Fulcrum form by ID. | Get a Fulcrum form by ID. |
update_formUpdate a Fulcrum form by exact ID. | Update a Fulcrum form by exact ID. |
delete_formDelete a Fulcrum form by exact ID. | Delete a Fulcrum form by exact ID. |
list_projectsList Fulcrum project records with documented paging and filters. | List Fulcrum project records with documented paging and filters. |
get_projectGet a Fulcrum project by ID. | Get a Fulcrum project by ID. |
update_projectUpdate a Fulcrum project by exact ID. | Update a Fulcrum project by exact ID. |
delete_projectDelete a Fulcrum project by exact ID. | Delete a Fulcrum project by exact ID. |
list_choice_listsList Fulcrum choice list records with documented paging and filters. | List Fulcrum choice list records with documented paging and filters. |
get_choice_listGet a Fulcrum choice list by ID. | Get a Fulcrum choice list by ID. |
update_choice_listUpdate a Fulcrum choice list by exact ID. | Update a Fulcrum choice list by exact ID. |
delete_choice_listDelete a Fulcrum choice list by exact ID. | Delete a Fulcrum choice list by exact ID. |
list_classification_setsList Fulcrum classification set records with documented paging and filters. | List Fulcrum classification set records with documented paging and filters. |
get_classification_setGet a Fulcrum classification set by ID. | Get a Fulcrum classification set by ID. |
update_classification_setUpdate a Fulcrum classification set by exact ID. | Update a Fulcrum classification set by exact ID. |
delete_classification_setDelete a Fulcrum classification set by exact ID. | Delete a Fulcrum classification set by exact ID. |
list_webhooksList Fulcrum webhook records with documented paging and filters. | List Fulcrum webhook records with documented paging and filters. |
get_webhookGet a Fulcrum webhook by ID. | Get a Fulcrum webhook by ID. |
create_webhookCreate a Fulcrum webhook using the documented JSON request body. | Create a Fulcrum webhook using the documented JSON request body. |
update_webhookUpdate a Fulcrum webhook by exact ID. | Update a Fulcrum webhook by exact ID. |
delete_webhookDelete a Fulcrum webhook by exact ID. | Delete a Fulcrum webhook by exact ID. |
queryRun a Fulcrum Query API SQL-like query. | Run a Fulcrum Query API SQL-like query. |
Triggers
| Name | Description |
|---|---|
record_created_or_updatedPoll Fulcrum record records after an initial baseline. | Poll Fulcrum record records after an initial baseline. |
form_created_or_updatedPoll Fulcrum form records after an initial baseline. | Poll Fulcrum form 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('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.