Skip to main content
Glama
kawanishi0117

kk-bedrock-agent-hub-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AWS_REGIONNoAWS regionap-northeast-1
AWS_PROFILENoAWS authentication profile
BEDROCK_KB_IDYesKnowledge Base ID (required)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
kb_answerA

Amazon Bedrock Knowledge Base を検索し、関連するドキュメントチャンクを返す。

Retrieve API を使用して Knowledge Base から関連ドキュメントを検索する。 回答生成は行わず、検索結果のみを返す。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of confusion or overlap. The tool's purpose is clear and distinct.

Naming Consistency5/5

A single tool cannot be inconsistent; the verb_noun pattern 'kb_answer' is clear and follows common conventions.

Tool Count2/5

The tool count of 1 is far too low for a server named 'hub', which implies a broader set of functionalities. A hub should offer multiple operations.

Completeness2/5

The server only provides a search/retrieve tool, missing essential operations like listing knowledge bases, managing chunks, or generating answers. The surface is severely incomplete.

Maintenance

ActivityInactive
ResponsivenessNo issues