Skip to main content
Glama

Smartsheet MCP Server

smartsheet_delete

Remove specified rows from a Smartsheet by providing the sheet ID and an array of row IDs, streamlining data management and organization.

Instructions

Delete rows from a Smartsheet

Input Schema

NameRequiredDescriptionDefault
row_idsYesArray of row IDs to delete
sheet_idYesSmartsheet sheet ID

Input Schema (JSON Schema)

{ "properties": { "row_ids": { "description": "Array of row IDs to delete", "items": { "type": "string" }, "type": "array" }, "sheet_id": { "description": "Smartsheet sheet ID", "type": "string" } }, "required": [ "sheet_id", "row_ids" ], "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