fetch_standard
Retrieve and summarize an ETSI standard by supplying its number. Re-fetch with refresh=true if needed.
Instructions
Fetch and parse an ETSI standard PDF. Saves the document text locally and returns summarisation instructions and metadata. Then call read_document_text repeatedly to read the document in chunks, build the summary, and finally call save_summary to persist it. If the standard is already ingested, returns the existing summary immediately. Use refresh=true to re-fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Standard number to fetch, e.g. 'ETSI TS 102 818' | |
| refresh | No | Re-fetch and re-summarise even if a summary already exists (default: false) |