read_datasheet
Read and chunk a datasheet PDF for analysis. Supports local file upload or fetching cached chunks by part SKU, with optional keyword filtering to reduce context usage.
Instructions
Read and chunk a datasheet PDF for analysis.
Two input modes:
file_path: Upload a local PDF file for chunking
sku: Fetch cached chunks from CDN by part number
If query is provided, only chunks matching the query keywords are returned, reducing context usage. Use list_datasheet_sections first to discover what's in a datasheet before reading specific chunks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Path to a local PDF datasheet | |
| sku | No | Part SKU to fetch cached chunks for | |
| query | No | Optional keywords to filter chunks (e.g. "maximum input voltage") | |
| chunk_pages | No | Pages per chunk (default 5) | |
| max_chunks | No | Maximum chunks to return (default 5). Increase for broader results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||