II.
ToolDescriptor JSON
Structured · livetool-descriptor:bedrock.list-knowledge-bases
Bedrock: List Knowledge Bases json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}