Skip to main content
Glama

AWS Knowledge Base Retrieval MCP Server

by sammcj

retrieve_from_aws_kb

Retrieve relevant information from AWS Knowledge Bases by querying with a specific Knowledge Base ID. Returns a specified number of results for targeted insights.

Instructions

Performs retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID.

Input Schema

NameRequiredDescriptionDefault
knowledgeBaseIdYesThe ID of the AWS Knowledge Base
nNoNumber of results to retrieve
queryYesThe query to perform retrieval on

Input Schema (JSON Schema)

{ "properties": { "knowledgeBaseId": { "description": "The ID of the AWS Knowledge Base", "type": "string" }, "n": { "default": 3, "description": "Number of results to retrieve", "type": "number" }, "query": { "description": "The query to perform retrieval on", "type": "string" } }, "required": [ "query", "knowledgeBaseId" ], "type": "object" }
Install Server

Other Tools from AWS Knowledge Base Retrieval 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/sammcj/mcp-aws-kb'

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