Get KoboToolbox Form Details
kobo_get_formGet a KoboToolbox form's full details including question structure, skip logic, validation rules, deployment status, and submission count. Choose markdown or JSON output.
Instructions
Get full details of a single form: its question structure, section nesting, skip logic and validation rules.
Args:
uid (string): the form's asset uid (from kobo_list_forms)
language (string, optional): which language's labels to show on a multilingual form (e.g. 'fr')
response_format ('markdown' | 'json')
Returns: name, deployment status, submission count, available languages, and the question outline — groups and repeats shown as indented sections, with required, skip logic and constraints annotated.
Error Handling:
Returns "Error: ... not found" if the uid doesn't exist or isn't accessible with this token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Asset uid of the form (from kobo_list_forms) | |
| language | No | For a multilingual form, which language's labels to show (e.g. 'fr'). Defaults to the first. | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |