Enterprise search and RAG enhancement.
10K+
2 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
| Name | Description |
|---|---|
KendraListIndexesTool | List all Amazon Kendra indexes in the specified region. This tool lists all the Kendra indexes available in the region specified in the mcp configuration. Parameters: region (str, optional): The AWS region to list Kendra indexes from. Returns: Dict containing the list of Kendra indexes. |
KendraQueryTool | Query Amazon Kendra and retrieve content from the response. This tool queries the specified Amazon Kendra index with the provided query and returns the search results. The specified Kendra Index is either provided by the user in the chat, or the default index configured in the environemnt variables Parameters: query (str): The search query to send to Amazon Kendra. region (str): The region of the Kendra Index to send the search query to. indexId (str): The indexId of the Kendra index to send the search query to. Returns: Dict containing the query results from Amazon Kendra. |