Get Activity Form
get_formRetrieve form fields, current values, and options for a module activity to prepare data submission. Call before the first submit on each module-activity pair for accurate entry creation or editing.
Instructions
Get the form fields, current values, and options for a module activity. Call this before the FIRST submit_activity on each (module, activity) pair — the form schema is stable within a session, so reuse it for subsequent entries (per-entry current values come from get_entry/list_entries). User values with no matching field: omit them and note the omission. Never fabricate form data — when a value is uncertain, submit with a lower ai.confidence and state the assumption instead of blocking to ask.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | Module name from list_modules | |
| entryId | No | Entry ID for edit/view/custom activities. Omit for create. | |
| activity | No | Activity name: create, edit, view, or any custom activity name from get_module_schema | create |
| workspaceId | No | Workspace ID. Omit if set via env or set_workspace; required in stateless/remote mode. |