Skip to main content
Glama
jeff-phillips-18

PatternFly MCP Server

fetchDocs

Fetch documentation for multiple URLs extracted from previous tool responses by passing them as an array in urlList.

Instructions

Fetch documentation for one or more URLs extracted from previous tool calls responses. The URLs should be passed as an array in the "urlList" argument.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlListYesThe list of URLs to fetch documentation from
Behavior2/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It only says 'Fetch documentation' and does not describe potential failures, network behavior, side effects, or return format. The read-only nature is implied but not explicitly stated.

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

Conciseness5/5

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

The description is two sentences and 22 words, front-loading the core purpose and then directly pointing to the urlList argument. Every sentence earns its place with no unnecessary detail.

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

Completeness4/5

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

This is a low-complexity tool with a single parameter fully described in the schema. The description covers purpose, source of URLs, and the argument name. However, the absence of an output schema and no mention of error handling or return format prevent a perfect score.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds value by specifying that the URLs should be 'extracted from previous tool calls responses,' which guides the agent on how to populate the urlList array beyond the schema's generic 'list of URLs'.

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 uses a specific verb ('Fetch documentation') and clearly identifies the resource (one or more URLs) and their source (previous tool calls responses). This distinguishes it from the sibling tool usePatternFlyDocs, which likely targets a specific documentation set.

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

Usage Guidelines4/5

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

The description states when to use the tool: when there are URLs extracted from previous tool call responses. It gives clear context and an input constraint, but it does not explicitly contrast with usePatternFlyDocs or provide exclusion criteria.

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/jeff-phillips-18/patternfly-mcp'

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