iiRecord
Agentic AI Atlas · Bedrock: Invoke Model
tool-descriptor:bedrock.invoke-modela5c.ai
II.
ToolDescriptor JSON

tool-descriptor:bedrock.invoke-model

Structured · live

Bedrock: Invoke Model 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.invoke-model",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/aws-bedrock-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Bedrock: Invoke Model",
    "description": "Invoke a Bedrock foundation model with a request body and return the model output.",
    "inputSchema": {
      "type": "object",
      "required": [
        "modelId",
        "body"
      ],
      "properties": {
        "modelId": {
          "type": "string"
        },
        "body": {
          "type": "object"
        },
        "accept": {
          "type": "string"
        },
        "contentType": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "output": {
          "type": "object"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:bedrock.invoke-model",
      "to": "tool-server:mcp-aws-bedrock",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-aws-bedrock",
      "to": "tool-descriptor:bedrock.invoke-model",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}