iiRecord
Agentic AI Atlas · Bedrock: List Foundation Models
tool-descriptor:bedrock.list-foundation-modelsa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:bedrock.list-foundation-models

Structured · live

Bedrock: List Foundation Models 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-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": {}
    }
  ]
}