List registered documents
list_docsList registered documents with metadata to discover doc_id values and document classes for subsequent rendering or auditing.
Instructions
List every document registered in data/meta.yaml with its metadata.
Use this first to discover the ``doc_id`` values and document
classes available before calling ``render`` or ``audit_pdf``. For
just the document count (a connectivity probe) call ``doc_count``
instead; to read the raw manifest text use the ``inclusio://meta``
resource. Reads ``data/meta.yaml`` under ``INCLUSIO_CONTENT_DIR``
(or the packaged content root); it writes nothing.
Returns one dict per document with id, class, src, title, and
any `pdf_a` / `note` flags. Empty list when no manifest exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |