Skip to main content
Glama

inspect_data_around

Analyze data patterns and relationships around specific coordinates for contextual understanding, data validation, and error investigation in CSV datasets.

Instructions

Inspect data around a specific coordinate for contextual analysis.

Examines the data surrounding a specific cell to understand context, patterns, and relationships. Useful for data validation, error investigation, and understanding local data patterns.

Returns: Contextual view of data around the specified coordinates

Inspection Features: šŸ“ Center Point: Specified cell as reference point šŸ” Radius View: Configurable area around center cell šŸ“Š Data Context: Surrounding values for pattern analysis šŸŽÆ Coordinates: Clear row/column reference system

Examples: # Inspect around a specific data point context = await inspect_data_around(ctx, row=50, column_name="price", radius=3)

# Minimal context view context = await inspect_data_around(ctx, row=10, column_name="status", radius=1)

AI Workflow Integration: 1. Error investigation and data quality assessment 2. Pattern recognition in local data areas 3. Understanding data relationships and context 4. Validation of data transformations and corrections

Input Schema

NameRequiredDescriptionDefault
rowYesRow index to center the inspection (0-based)
column_nameYesName of the column to center on
radiusNoNumber of rows/columns to include around center point

Input Schema (JSON Schema)

{ "properties": { "column_name": { "description": "Name of the column to center on", "type": "string" }, "radius": { "default": 2, "description": "Number of rows/columns to include around center point", "type": "integer" }, "row": { "description": "Row index to center the inspection (0-based)", "type": "integer" } }, "required": [ "row", "column_name" ], "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