Skip to main content
Glama

AWS Documentation MCP Server

Apache 2.0

recommend

Discover related AWS documentation pages by providing a URL. Get recommendations for highly rated, new, similar, or commonly viewed next content to enhance understanding and exploration of AWS services.

Instructions

Get content recommendations for an AWS documentation page.

Usage

This tool provides recommendations for related AWS documentation pages based on a given URL. Use it to discover additional relevant content that might not appear in search results.

Recommendation Types

The recommendations include four categories:

  1. Highly Rated: Popular pages within the same AWS service
  2. New: Recently added pages within the same AWS service - useful for finding newly released features
  3. Similar: Pages covering similar topics to the current page
  4. Journey: Pages commonly viewed next by other users

When to Use

  • After reading a documentation page to find related content
  • When exploring a new AWS service to discover important pages
  • To find alternative explanations of complex concepts
  • To discover the most popular pages for a service
  • To find newly released information by using a service's welcome page URL and checking the New recommendations

Finding New Features

To find newly released information about a service:

  1. Find any page belong to that service, typically you can try the welcome page
  2. Call this tool with that URL
  3. Look specifically at the New recommendation type in the results

Result Interpretation

Each recommendation includes:

  • url: The documentation page URL
  • title: The page title
  • context: A brief description (if available)

Args: ctx: MCP context for logging and error handling url: URL of the AWS documentation page to get recommendations for

Returns: List of recommended pages with URLs, titles, and context

Input Schema

NameRequiredDescriptionDefault
urlYesURL of the AWS documentation page to get recommendations for

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL of the AWS documentation page to get recommendations for", "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "recommendArguments", "type": "object" }
Install Server

Other Tools from AWS Documentation MCP Server

Related Tools

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/daniel-levesque/aws-documentation-mcp-server'

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