aimm_read_project_context
Retrieve complete project metadata including tables, columns, keys, relationships, lineage, and joins to establish data model context for subsequent queries.
Instructions
Return everything the project records: project header, every connection, every tracked table with its columns / primary keys / FK relationships / upstream lineage, plus the project-tracked joins list. Always call this once at the start of a session before answering data-model questions; the cost is bounded and the payload is the canonical context for every other tool you'll use. Defaults to XML for cross-referential reasoning; pass format: 'markdown' for a leaner prose digest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. Defaults to xml. |