Skip to main content
Glama

Advanced Hasura GraphQL MCP Server

by husamabusafa

describe_table

Examine table structure with column types and descriptions using a Hasura GraphQL MCP Server. Input table name and optional schema to retrieve details.

Instructions

Shows the structure of a table including all columns with their types and descriptions

Input Schema

NameRequiredDescriptionDefault
schemaNameNoOptional. The database schema name, defaults to 'public'public
tableNameYesThe exact name of the table to describe

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "schemaName": { "default": "public", "description": "Optional. The database schema name, defaults to 'public'", "type": "string" }, "tableName": { "description": "The exact name of the table to describe", "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