host.table.schema
Return one table's columns, types, row count and byte count, without running a query -- how an agent discovers its own table shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Name of the declared table to describe. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |