Skip to main content
Glama

Advanced Hasura GraphQL MCP Server

by husamabusafa

preview_table_data

Retrieve a sample of rows from a specified table in Hasura GraphQL to inspect its structure and content, with configurable row limits for quick data assessment.

Instructions

Fetch esa limited sample of rows (default 5) from a specified table...

Input Schema

NameRequiredDescriptionDefault
limitNoOptional. Maximum number of rows...
tableNameYesThe exact name of the table...

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 5, "description": "Optional. Maximum number of rows...", "exclusiveMinimum": 0, "type": "integer" }, "tableName": { "description": "The exact name of the table...", "type": "string" } }, "required": [ "tableName" ], "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/husamabusafa/hasura_mcp'

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