Skip to main content
Glama

DataPilot MCP Server

by rickyb30

list_tables

Retrieve a list of all tables within a specified database or schema using the DataPilot MCP Server, streamlining database navigation and management tasks.

Instructions

List all tables in a database/schema

Input Schema

NameRequiredDescriptionDefault
databaseNo
schemaNo

Input Schema (JSON Schema)

{ "properties": { "database": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Database" }, "schema": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Schema" } }, "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