Skip to main content
Glama
kauzy7

F5 AI Security Docs MCP Server

by kauzy7

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:

  1. Catalog mode (omit uri): returns all available document URLs+titles.

  2. TOC mode (uri, no section): returns the page preamble plus a table of contents with section IDs, titles and summaries.

  3. 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:

  1. search_docs("your query") - find relevant URLs

  2. fetch_doc(uri="...") - see structure, preamble and section summaries

  3. 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

TableJSON Schema
NameRequiredDescriptionDefault
uriNo
sectionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full responsibility. It discloses that the tool returns different payloads depending on mode, that small documents are returned fully, that the URI must be under a specific domain, and that errors are returned as dicts. It could mention potential rate limits or loading behavior, but overall it is quite transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections for modes, workflow, args, and returns. It is slightly verbose but every sentence adds value. Front-loading with the main purpose is good. Minor room for trimming, but effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (three modes) and the presence of an output schema, the description covers all necessary aspects: modes, workflow, parameter usage, small document handling, URL constraint, and error return. It is comprehensive and leaves no major gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema description coverage, the description explains both parameters in detail: what happens when uri is omitted (catalog), when section is omitted (TOC), and how section IDs like '3.2' work. It also specifies the URI constraint (must be under https://docs.aisecurity.f5.com/).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Read F5 AI Security documentation pages with smart sectioning.' It describes three distinct modes (catalog, TOC, section) and provides a recommended workflow that distinguishes it from the sibling tool search_docs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly explains when to use each mode (e.g., 'Catalog mode (omit uri)' and 'Section mode (uri + section)') and gives a recommended three-step workflow. It also clarifies edge cases like small documents being returned fully.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kauzy7/f5-aisec-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server