Describe Collection
describe_collectionStart a PDF query session by retrieving collection metadata, document list, SQLite schema, and node data model, providing the context needed to write accurate queries on the first try.
Instructions
Call this FIRST, before any execute_code or render_ui SQL. Returns collection metadata, the document list, the SQLite schema, the node data model (what a node / table / cell is, that cell values are raw strings and that row/column headers are positional sibling cells, not labels), and example queries — the context you need to write a working query on the first try.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | No | Optional document ID to probe for table serialization shape and document-specific query hints. | |
| collection_id | No | Collection ID, slug, or name. Omit to describe all documents accessible to the current API key. |