Skip to main content
Glama

Smartsheet MCP Server

smartsheet_add_column

Add a new column to a Smartsheet sheet by specifying the title, type, and optional parameters like position index, formula, or validation settings. Enhances flexibility in organizing and managing data.

Instructions

Add a new column to a Smartsheet

Input Schema

NameRequiredDescriptionDefault
formulaNoFormula for calculated columns
indexNoOptional position index
optionsNoOptions for PICKLIST type
sheet_idYesSmartsheet sheet ID
titleYesColumn title
typeYesColumn type
validationNoEnable validation

Input Schema (JSON Schema)

{ "properties": { "formula": { "description": "Formula for calculated columns", "type": "string" }, "index": { "description": "Optional position index", "type": "number" }, "options": { "description": "Options for PICKLIST type", "items": { "type": "string" }, "type": "array" }, "sheet_id": { "description": "Smartsheet sheet ID", "type": "string" }, "title": { "description": "Column title", "type": "string" }, "type": { "description": "Column type", "enum": [ "TEXT_NUMBER", "DATE", "CHECKBOX", "PICKLIST", "CONTACT_LIST" ], "type": "string" }, "validation": { "description": "Enable validation", "type": "boolean" } }, "required": [ "sheet_id", "title", "type" ], "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