iiRecord
Agentic AI Atlas · Bedrock: List Knowledge Bases
tool-descriptor:bedrock.list-knowledge-basesa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:bedrock.list-knowledge-bases

Structured · live

Bedrock: List Knowledge Bases json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/aws-bedrock-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:bedrock.list-knowledge-bases",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/aws-bedrock-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Bedrock: List Knowledge Bases",
    "description": "List Bedrock knowledge bases in the account.",
    "inputSchema": {
      "type": "object",
      "properties": {}
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "knowledgeBases": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:bedrock.list-knowledge-bases",
      "to": "tool-server:mcp-aws-bedrock",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-aws-bedrock",
      "to": "tool-descriptor:bedrock.list-knowledge-bases",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}