# Tally MCP Node

> Access Tally MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/tallymcp-node

## Content

## Description
Access Tally MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `tallymcp_apply_logic`
* `tallymcp_configure_blocks`
* `tallymcp_create_blocks`
* `tallymcp_create_new_form`
* `tallymcp_extract_brand`
* `tallymcp_fetch_insights`
* `tallymcp_fetch_submissions`
* `tallymcp_inspect_custom_css`
* `tallymcp_list_blocks`
* `tallymcp_list_forms`
* `tallymcp_list_workspaces`
* `tallymcp_load_form`
* `tallymcp_move_blocks`
* `tallymcp_remove_blocks`
* `tallymcp_remove_pages`
* `tallymcp_remove_questions`
* `tallymcp_reposition_pages`
* `tallymcp_reposition_questions`
* `tallymcp_save_form`
* `tallymcp_search_documentation`
* `tallymcp_set_column_layout`
* `tallymcp_set_form_title`
* `tallymcp_update_custom_css`
* `tallymcp_update_settings`
* `tallymcp_update_styling`
* `tallymcp_update_text`

## Use Cases
1. **Automate Tally MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.