Skip to main content
Glama

Smartsheet MCP Server

smartsheet_write

Transfer structured data into Smartsheet using predefined column mappings, enabling efficient updates and data management within specified sheets.

Instructions

Write data to a Smartsheet

Input Schema

NameRequiredDescriptionDefault
column_mapYesObject mapping data fields to Smartsheet column IDs
row_dataYesArray of objects containing the data to write
sheet_idYesSmartsheet sheet ID

Input Schema (JSON Schema)

{ "properties": { "column_map": { "additionalProperties": { "type": "string" }, "description": "Object mapping data fields to Smartsheet column IDs", "type": "object" }, "row_data": { "description": "Array of objects containing the data to write", "items": { "type": "object" }, "type": "array" }, "sheet_id": { "description": "Smartsheet sheet ID", "type": "string" } }, "required": [ "sheet_id", "row_data", "column_map" ], "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