Skip to main content
Glama

Advanced Hasura GraphQL MCP Server

by husamabusafa

describe_table

Analyze and display the structure of a database table, including column types and descriptions, to simplify schema understanding and integration with Hasura GraphQL.

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