iiRecord
Agentic AI Atlas · S3: Get Object
tool-descriptor:s3.get-objecta5c.ai
II.
ToolDescriptor JSON

tool-descriptor:s3.get-object

Structured · live

S3: Get Object json

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

File · extensions/tool-descriptors/aws-s3-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:s3.get-object",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/aws-s3-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "S3: Get Object",
    "description": "Fetch the contents of an object from S3.",
    "inputSchema": {
      "type": "object",
      "required": [
        "bucket",
        "key"
      ],
      "properties": {
        "bucket": {
          "type": "string"
        },
        "key": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "content": {
          "type": "string"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:s3.get-object",
      "to": "tool-server:mcp-aws-s3",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-aws-s3",
      "to": "tool-descriptor:s3.get-object",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}