doc_facts
Fetch a part's datasheet fact sheet—pins, limits, values, recommended circuit, package, and page-cited rows—to answer design questions without scanning PDFs.
Instructions
A part's fact sheet: pins, limits, the values a design is built on, the recommended circuit and the package, every row with its datasheet page, written once from the datasheet and checked against the rendered pages. The cheapest answer to a datasheet question. Without a sheet the answer says how to write one (a subagent with doc_sections, doc_text and doc_page, into research/parts/).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| find | No | Regular expression: only the sheet's lines that match come back, each with its section, e.g. 'trip|B0'. | |
| part | Yes | Manufacturer part number or a name that starts its fact sheet's file name, e.g. MAX98357A. | |
| section | No | One heading of the sheet, by prefix: Pins, Limits, Values, Recommended circuit, Package, Notes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | Yes | ||
| path | No | The fact sheet, relative to the workspace. | |
| text | No | The sheet, or the one section asked for. | |
| found | Yes | ||
| advice | No | When there is no sheet: how to write one, with the template. | |
| section | No | ||
| sections | No | The sheet's headings, for a narrower question next time. |