TrueContext
Field forms and dispatch workflows for FormSpaces, forms, submissions, resources, data sources, users, groups, and assignments.
Tools
| Name | Description |
|---|---|
list_formspacesList FormSpaces in TrueContext with documented filters. | List FormSpaces in TrueContext with documented filters. |
get_formspaceGet FormSpace in TrueContext by exact ID. | Get FormSpace in TrueContext by exact ID. |
list_formsList Forms in TrueContext for a specific FormSpace or form resource. | List Forms in TrueContext for a specific FormSpace or form resource. |
get_formGet Form in TrueContext for a specific FormSpace or form resource. | Get Form in TrueContext for a specific FormSpace or form resource. |
list_documentsList Documents in TrueContext for a specific FormSpace or form resource. | List Documents in TrueContext for a specific FormSpace or form resource. |
list_resourcesList Resources in TrueContext for a specific FormSpace or form resource. | List Resources in TrueContext for a specific FormSpace or form resource. |
get_resourceGet Resource in TrueContext for a specific FormSpace or form resource. | Get Resource in TrueContext for a specific FormSpace or form resource. |
delete_resourceDelete Resource in TrueContext for a specific FormSpace or form resource. | Delete Resource in TrueContext for a specific FormSpace or form resource. |
list_data_sourcesList Data Sources in TrueContext for a specific FormSpace or form resource. | List Data Sources in TrueContext for a specific FormSpace or form resource. |
get_data_sourceGet Data Source in TrueContext for a specific FormSpace or form resource. | Get Data Source in TrueContext for a specific FormSpace or form resource. |
delete_data_sourceDelete Data Source in TrueContext for a specific FormSpace or form resource. | Delete Data Source in TrueContext for a specific FormSpace or form resource. |
fetch_data_sourceFetch Data Source in TrueContext for a specific FormSpace or form resource. | Fetch Data Source in TrueContext for a specific FormSpace or form resource. |
initiate_form_data_exportInitiate Form Data Export in TrueContext for a specific FormSpace or form resource. | Initiate Form Data Export in TrueContext for a specific FormSpace or form resource. |
get_form_data_export_statusGet Form Data Export Status in TrueContext for a specific FormSpace or form resource. | Get Form Data Export Status in TrueContext for a specific FormSpace or form resource. |
list_form_submissionsList Form Submissions in TrueContext with documented filters. | List Form Submissions in TrueContext with documented filters. |
get_form_submissionGet Form Submission in TrueContext by exact ID. | Get Form Submission in TrueContext by exact ID. |
delete_form_submissionDelete Form Submission in TrueContext using the documented endpoint. | Delete Form Submission in TrueContext using the documented endpoint. |
dispatch_formDispatch a TrueContext form to a user using the documented /data/dispatch endpoint. | Dispatch a TrueContext form to a user using the documented /data/dispatch endpoint. |
change_form_submission_assignmentChange Form Submission Assignment in TrueContext using the documented endpoint. | Change Form Submission Assignment in TrueContext using the documented endpoint. |
send_submission_for_editingSend Submission For Editing in TrueContext using the documented endpoint. | Send Submission For Editing in TrueContext using the documented endpoint. |
cancel_submission_editingCancel Submission Editing in TrueContext using the documented endpoint. | Cancel Submission Editing in TrueContext using the documented endpoint. |
unassign_teamwork_submissionUnassign Teamwork Submission in TrueContext using the documented endpoint. | Unassign Teamwork Submission in TrueContext using the documented endpoint. |
reassign_teamwork_submissionReassign Teamwork Submission in TrueContext using the documented endpoint. | Reassign Teamwork Submission in TrueContext using the documented endpoint. |
reexecute_form_submission_destinationsRe-execute all data destinations for a TrueContext form submission. | Re-execute all data destinations for a TrueContext form submission. |
list_usersList Users in TrueContext with documented filters. | List Users in TrueContext with documented filters. |
create_userCreate User in TrueContext using the documented endpoint. | Create User in TrueContext using the documented endpoint. |
get_userGet User in TrueContext by exact ID. | Get User in TrueContext by exact ID. |
update_userUpdate User in TrueContext using the documented endpoint. | Update User in TrueContext using the documented endpoint. |
delete_userDelete User in TrueContext using the documented endpoint. | Delete User in TrueContext using the documented endpoint. |
list_groupsList Groups in TrueContext with documented filters. | List Groups in TrueContext with documented filters. |
create_groupCreate Group in TrueContext using the documented endpoint. | Create Group in TrueContext using the documented endpoint. |
get_groupGet Group in TrueContext by exact ID. | Get Group in TrueContext by exact ID. |
update_groupUpdate Group in TrueContext using the documented endpoint. | Update Group in TrueContext using the documented endpoint. |
delete_groupDelete Group in TrueContext using the documented endpoint. | Delete Group in TrueContext using the documented endpoint. |
Triggers
| Name | Description |
|---|---|
form_submission_created_or_updatedPoll TrueContext form submissions after an initial baseline. | Poll TrueContext form submissions after an initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('truecontext', 'list_formspaces', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'truecontext',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect TrueContext 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 TrueContext support?
TrueContext supports 34 tools including List FormSpaces, Get FormSpace, List Forms, Get Form, List Documents, and more.
Can I use TrueContext with AI agents?
Yes. Add TrueContext 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 TrueContext be used in stateful agent workflows?
Yes. Agents can combine TrueContext 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 TrueContext use?
TrueContext uses Basic Auth. Weavz stores credentials securely and uses them for authorized action execution.
How much does the TrueContext integration cost?
The TrueContext integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does TrueContext support?
TrueContext supports 1 triggers including Form Submission Created or Updated.
Connect TrueContext in minutes
Get 20,000 free action executions every month. No credit card required.