Skip to main content
Glama

get_column_data

Extract data from specific columns with optional row range slicing for focused data analysis. Supports filtering by row indices to retrieve targeted column values with range metadata.

Instructions

Get data from specific column with optional row range slicing.

Supports row range filtering for focused analysis. Returns column values with range metadata.

Input Schema

NameRequiredDescriptionDefault
columnYesColumn name to retrieve data from
start_rowNoStarting row index (inclusive, 0-based) for data slice
end_rowNoEnding row index (exclusive, 0-based) for data slice

Input Schema (JSON Schema)

{ "properties": { "column": { "description": "Column name to retrieve data from", "type": "string" }, "end_row": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Ending row index (exclusive, 0-based) for data slice" }, "start_row": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Starting row index (inclusive, 0-based) for data slice" } }, "required": [ "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