get_entity_details
Retrieve an entity's complete structure from a Mermaid ER diagram, including attributes, data types, and primary, foreign, and unique keys, to understand its database design.
Instructions
Get detailed information about a specific entity including all its attributes, types, and keys (PK, FK, UK).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diagram | No | The Mermaid ER diagram text. If not provided, will use configured diagram source. | |
| entityName | Yes | The name of the entity to get details for. |