list_tables
Retrieve a list of all tables within a specified database using the MCP server for efficient data management and querying in GigAPI Timeseries Lake.
Instructions
List all tables in a database.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | Yes |
Input Schema (JSON Schema)
{
"properties": {
"database": {
"title": "Database",
"type": "string"
}
},
"required": [
"database"
],
"type": "object"
}