Skip to main content
Glama

get_cell_value

Retrieve specific cell values from CSV data using row and column coordinates. Supports column names or indexes and returns value with position and data type information for data analysis workflows.

Instructions

Get value of specific cell with coordinate targeting.

Supports column name or index targeting. Returns value with coordinates and data type information.

Input Schema

NameRequiredDescriptionDefault
row_indexYesRow index (0-based) to retrieve cell from
columnYesColumn name or column index (0-based) to retrieve

Input Schema (JSON Schema)

{ "properties": { "column": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "description": "Column name or column index (0-based) to retrieve" }, "row_index": { "description": "Row index (0-based) to retrieve cell from", "type": "integer" } }, "required": [ "row_index", "column" ], "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