Skip to main content
Glama

Smartsheet MCP Server

smartsheet_rename_column

Rename a column in a Smartsheet sheet by specifying the column ID, new title, and sheet ID, with an option to update formulas referencing the column.

Instructions

Rename a column in a Smartsheet

Input Schema

NameRequiredDescriptionDefault
column_idYesColumn ID to rename
new_titleYesNew column title
sheet_idYesSmartsheet sheet ID
update_referencesNoUpdate formulas referencing this column

Input Schema (JSON Schema)

{ "properties": { "column_id": { "description": "Column ID to rename", "type": "string" }, "new_title": { "description": "New column title", "type": "string" }, "sheet_id": { "description": "Smartsheet sheet ID", "type": "string" }, "update_references": { "default": true, "description": "Update formulas referencing this column", "type": "boolean" } }, "required": [ "sheet_id", "column_id", "new_title" ], "type": "object" }

You must be authenticated.

Other Tools from Smartsheet MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/terilios/smartsheet-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server