describe_table
Show column details including name, type, nullability, key, default, and extra for a Reactome database table.
Instructions
Show the columns of a table: name, type, nullability, key, default, extra.
Args:
table: Exact table name (see `list_tables`). e.g. "Pathway",
"Pathway_2_hasEvent", "DatabaseObject".
Returns:
Dict `{table, columns: [{name, type, nullable, key, default, extra}]}`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes |