list_indexed_documents
Retrieve indexed PDF documents for a vendor, optionally filtered by part number, returning count and document metadata.
Instructions
List indexed PDF metadata from the local database (no web fetch). Returns count and documents (id, part, title, docType, url, indexedAt). Optional part filters to that part number (normalized like other tools). Omit part to list all documents for the vendor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vendor | Yes | Vendor ID: TI, ST, ADI. | |
| part | No | Optional part number (e.g. **STM32G071RB**). If omitted, all indexed docs for the vendor are returned. |