KoboToolbox
Manage KoboToolbox field data-collection assets, submissions, exports, and new-submission polling.
Tools
| Name | Description |
|---|---|
list_assetsList KoboToolbox assets/projects with optional text query, asset type, and pagination. | List KoboToolbox assets/projects with optional text query, asset type, and pagination. |
get_assetGet a KoboToolbox asset/project by asset UID. | Get a KoboToolbox asset/project by asset UID. |
create_assetCreate a KoboToolbox asset/project using the documented asset JSON body. | Create a KoboToolbox asset/project using the documented asset JSON body. |
update_assetPatch a KoboToolbox asset/project by asset UID using a documented JSON body. | Patch a KoboToolbox asset/project by asset UID using a documented JSON body. |
delete_assetDelete a KoboToolbox asset/project by asset UID. | Delete a KoboToolbox asset/project by asset UID. |
list_submissionsList submissions for a KoboToolbox asset with optional Mongo-style query, fields, sort, and pagination. | List submissions for a KoboToolbox asset with optional Mongo-style query, fields, sort, and pagination. |
get_submissionGet one KoboToolbox submission by numeric submission ID. | Get one KoboToolbox submission by numeric submission ID. |
create_exportCreate a KoboToolbox export for an asset using a documented export JSON body. | Create a KoboToolbox export for an asset using a documented export JSON body. |
list_exportsList exports for a KoboToolbox asset. | List exports for a KoboToolbox asset. |
Triggers
| Name | Description |
|---|---|
new_submissionsTriggers when newly seen KoboToolbox submissions appear for an asset after the initial baseline. | Triggers when newly seen KoboToolbox submissions appear for an asset after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('kobotoolbox', 'list_assets', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'kobotoolbox',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect KoboToolbox 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 KoboToolbox support?
KoboToolbox supports 9 tools including List Assets, Get Asset, Create Asset, Update Asset, Delete Asset, and more.
Can I use KoboToolbox with AI agents?
Yes. Add KoboToolbox 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 KoboToolbox be used in stateful agent workflows?
Yes. Agents can combine KoboToolbox 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 KoboToolbox use?
KoboToolbox uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the KoboToolbox integration cost?
The KoboToolbox integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does KoboToolbox support?
KoboToolbox supports 1 triggers including New Submissions.
Connect KoboToolbox in minutes
Get 20,000 free action executions every month. No credit card required.