lookup_doc
Search a local full-text index for component part numbers and questions to retrieve relevant text chunks or vendor PDF suggestions.
Instructions
Part number + question: FTS over the local index only — does not download or index PDFs. If the index matches, returns chunks; otherwise returns suggestedDocuments (prioritized PDF URLs from the vendor site). Next step: read_doc on a chosen URL, then query_doc_content. TI symlink datasheets may be missing from suggestions — use read_doc if you already have the PDF URL. See resource electronics-docs://guide/tool-usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vendor | Yes | Vendor ID: TI, ST, ADI. | |
| part | Yes | Part number (e.g., 'BQ40Z50', 'BQ40Z50-R2', 'ADAU1701'). Revision suffixes are normalized. | |
| question | Yes | What to find: keywords, register hex (e.g. 0x51), signal names, parameters. | |
| maxDocsToIndex | No | Ignored (legacy). Lookup does not index PDFs; use read_doc. |