getTableDetails
getTableDetailsGet detailed table schemas including columns, indexes, primary and foreign keys. Pass multiple table names for a single request.
Instructions
Get detailed information about one or more tables including columns, indexes, primary keys, and foreign keys. Pass multiple table names to retrieve details in a single call. Uses the current context (project/connection/schema) if schema parameter is not specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableNames | Yes | List of table names to get details for (e.g. ["users", "orders", "products"]) | |
| connectionId | No | NeoSQL connection ID from listConnections. If omitted, uses current context connectionId. | |
| schema | No | MCP-enabled database schema name from listConnections. If omitted, uses current context schema. |