get_form
Retrieve details of a specific Tally form by providing its unique ID. Simplify form management and integration via Tally MCP's AI-driven interface.
Instructions
Retrieve details of a specific Tally form
Input Schema
Name | Required | Description | Default |
---|---|---|---|
formId | Yes | ID of the form to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"formId": {
"description": "ID of the form to retrieve",
"type": "string"
}
},
"required": [
"formId"
],
"type": "object"
}