Skip to main content
Glama

Treasure Data MCP Server

by knishioka

td_list_tables

List tables in a Treasure Data database to explore data structure and find datasets. Shows table names or detailed schemas, sizes, and record counts for data discovery and query planning.

Instructions

List tables in a database to explore data structure and find datasets.

Shows all tables within a specific database. Returns table names for quick scanning, or set verbose=True for schemas, sizes, and record counts. Common scenarios: - Explore available data in a database - Find specific tables by scanning names - Check table schemas before writing queries - Audit table sizes and record counts - Verify table exists before querying Supports pagination (limit/offset) or all_results=True for complete list.

Input Schema

NameRequiredDescriptionDefault
all_resultsNo
database_nameYes
limitNo
offsetNo
verboseNo

Input Schema (JSON Schema)

{ "properties": { "all_results": { "default": false, "title": "All Results", "type": "boolean" }, "database_name": { "title": "Database Name", "type": "string" }, "limit": { "default": 30, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" }, "verbose": { "default": false, "title": "Verbose", "type": "boolean" } }, "required": [ "database_name" ], "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/knishioka/td-mcp-server'

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