getForm
Retrieve a single form's metadata by providing its form ID. Use this tool to fetch read-only details of a specific form.
Instructions
Get a single form - Fetch a single form record. Read-only.
Use when: fetching one form's metadata.
Required: form_id.
See also: listForms (enumerate many).
Returns: { status: "success", message: [{...record}] } - the message array contains 1 record when found. Empty or HTTP 404 when not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | Yes |