Bedrock: List Foundation Models
tool-descriptor:bedrock.list-foundation-models
ToolDescriptorextensions/tool-descriptors/aws-bedrock-mcp-tools.yaml·Open in Graph → {
"id": "tool-descriptor:bedrock.list-foundation-models",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/aws-bedrock-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Bedrock: List Foundation Models",
"description": "List foundation models available in Amazon Bedrock for the active account/region.",
"inputSchema": {
"type": "object",
"properties": {
"by_provider": {
"type": "string"
},
"by_output_modality": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"models": {
"type": "array"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:bedrock.list-foundation-models",
"to": "tool-server:mcp-aws-bedrock",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "claim:source-provenance-extensions-tool-descriptors-aws-bedrock-mcp-tools-yaml",
"to": "tool-descriptor:bedrock.list-foundation-models",
"kind": "about_subject"
},
{
"from": "tool-server:mcp-aws-bedrock",
"to": "tool-descriptor:bedrock.list-foundation-models",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}