Weavz
KoboToolbox

KoboToolbox

Manage KoboToolbox field data-collection assets, submissions, exports, and new-submission polling.

9 tools
1 trigger

Tools

Name
list_assets

List KoboToolbox assets/projects with optional text query, asset type, and pagination.

get_asset

Get a KoboToolbox asset/project by asset UID.

create_asset

Create a KoboToolbox asset/project using the documented asset JSON body.

update_asset

Patch a KoboToolbox asset/project by asset UID using a documented JSON body.

delete_asset

Delete a KoboToolbox asset/project by asset UID.

list_submissions

List submissions for a KoboToolbox asset with optional Mongo-style query, fields, sort, and pagination.

get_submission

Get one KoboToolbox submission by numeric submission ID.

create_export

Create a KoboToolbox export for an asset using a documented export JSON body.

list_exports

List exports for a KoboToolbox asset.

Triggers

Name
new_submissions

Triggers when newly seen KoboToolbox submissions appear for an asset after the initial baseline.

Quick Start

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