hana_list_tables
Retrieve a list of all tables within a specified schema on the HANA Cloud Database using the Model Context Protocol for efficient data management and integration.
Instructions
List all tables in a specific schema
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema_name | No | Name of the schema to list tables from (optional) |
Input Schema (JSON Schema)
{
"properties": {
"schema_name": {
"description": "Name of the schema to list tables from (optional)",
"type": "string"
}
},
"required": [],
"type": "object"
}