tables_db_get_table
Retrieve table metadata from an Appwrite database using its unique ID. This tool fetches JSON data containing table structure and properties for database management.
Instructions
Get a table by its unique ID. This endpoint response returns a JSON object with the table metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| table_id | Yes | Table ID. |