get_tally_form
Retrieve detailed information about a specific Tally form using its unique ID. This tool is part of the Tally MCP Server, designed to manage form data efficiently.
Instructions
Get details of a specific Tally form
Input Schema
Name | Required | Description | Default |
---|---|---|---|
formId | Yes | The ID of the form to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"formId": {
"description": "The ID of the form to retrieve",
"type": "string"
}
},
"required": [
"formId"
],
"type": "object"
}