Skip to main content
Glama

set_cell_value

Update spreadsheet cell values using row and column coordinates to modify CSV data programmatically. Specify target cell by index or name and set new value with automatic change tracking.

Instructions

Set value of specific cell with coordinate targeting.

Supports column name or index, tracks old and new values. Returns operation result with coordinates and data type.

Input Schema

NameRequiredDescriptionDefault
row_indexYesRow index (0-based) to update cell in
columnYesColumn name or column index (0-based) to update
valueYesNew value to set in the cell (str, int, float, bool, or None)

Input Schema (JSON Schema)

{ "properties": { "column": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "description": "Column name or column index (0-based) to update" }, "row_index": { "description": "Row index (0-based) to update cell in", "type": "integer" }, "value": { "anyOf": [ { "type": "string" }, { "type": "integer" }, { "type": "number" }, { "type": "boolean" }, { "type": "null" } ], "description": "New value to set in the cell (str, int, float, bool, or None)" } }, "required": [ "row_index", "column", "value" ], "type": "object" }

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/jonpspri/databeak'

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