Skip to main content
Glama
Lumos-Labs-HQ

Amazon Q Web Documentation Reader

get_documentation_links

Discover related documentation pages by extracting all links from a given URL, with optional pattern filtering to find specific topics.

Instructions

Extracts all links from a documentation page, useful for discovering related docs.

This tool helps navigate documentation by finding all links on a page,
optionally filtering by a pattern.

Args:
    url: The URL of the documentation page
    filter_pattern: Optional pattern to filter links (e.g., "api", "guide")

Returns:
    List of links found on the page

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
filter_patternNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not disclose potential behavioral traits such as error handling, handling of relative URLs, JavaScript-rendered content, rate limiting, or authentication needs. The description is minimal and lacks caveats about limitations.

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 concise with two short paragraphs and a structured 'Args' and 'Returns' section. The first sentence immediately conveys the main purpose, and every sentence adds value. No wasted words.

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?

Given the low complexity (2 parameters, none required unless url), no annotations, and the existence of an output schema (which reduces the need to explain return values), the description is largely complete. It covers the inputs and basic behavior. Minor gaps include lack of error scenarios or edge cases, but these are acceptable for a simple extraction tool.

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 description coverage is 0%, so the description must compensate. The description includes an 'Args' section that explains 'url' as the documentation page URL and 'filter_pattern' as an optional pattern with examples ('api', 'guide'). This adds meaning beyond the schema, though the pattern format (regex vs substring) is not specified. Overall, it provides useful guidance.

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 extracts all links from a documentation page, which is specific and actionable. The name and description together make it obvious this is for link discovery, distinguishing it from siblings like 'get_page_structure' which handles structure, and 'extract_code_examples' which handles code. While not explicit, the differentiation is clear from context.

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

Usage Guidelines3/5

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

The description mentions it's 'useful for discovering related docs,' which implies a typical use case. However, it does not provide explicit guidance on when not to use this tool or how it compares to siblings. No alternatives or exclusions are mentioned, leaving the agent to infer context.

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/Lumos-Labs-HQ/amazon-q-docMCP'

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