Skip to main content
Glama

DataPilot MCP Server

by rickyb30

get_table_sample

Extract a specified number of rows from a table to analyze or preview data. Input the table name and limit to retrieve a sample directly from the DataPilot MCP Server.

Instructions

Get a sample of data from a table

Input Schema

NameRequiredDescriptionDefault
limitNo
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "table_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/rickyb30/datapilot-mcp-server'

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