fetch_doc
Browse F5 AI Security docs: list all URLs, get a page's table of contents with summaries, or read a specific section by ID.
Instructions
Read F5 AI Security documentation pages with smart sectioning.
Modes:
Catalog mode (omit uri): returns all available document URLs+titles.
TOC mode (uri, no section): returns the page preamble plus a table of contents with section IDs, titles and summaries.
Section mode (uri + section): returns the full content of one section identified by its TOC ID (e.g. "3" or "3.2").
Small documents (under ~8KB) are returned in full regardless of mode.
Recommended workflow:
search_docs("your query") - find relevant URLs
fetch_doc(uri="...") - see structure, preamble and section summaries
fetch_doc(uri="...", section="3") - read the section you need
Args: uri: Document URL (must be under https://docs.aisecurity.f5.com/). If empty, returns a catalog of all available document URLs. section: Section ID from the TOC (e.g. "3" or "3.2"). Omit to get the table of contents.
Returns: Catalog / TOC / section payload, or an error dict on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | ||
| section | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |