Skip to main content
Glama

Advanced Hasura GraphQL MCP Server

by husamabusafa

list_tables

Retrieve and organize data tables managed by Hasura, filtered by schema, to simplify database exploration and schema discovery.

Instructions

Lists available data tables (or collections) managed by Hasura, organized by schema with descriptions

Input Schema

NameRequiredDescriptionDefault
schemaNameNoOptional. The database schema name to filter results. If omitted, returns tables from all schemas.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "schemaName": { "description": "Optional. The database schema name to filter results. If omitted, returns tables from all schemas.", "type": "string" } }, "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