get_schema_tables
Retrieve a list of all tables within a specific database schema. Provides table metadata for a given database ID and schema name.
Instructions
List all tables within a specific schema of a database.
Args: database_id: The ID of the database. schema_name: The name of the schema.
Returns: A list of table metadata dictionaries for the given schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| schema_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |