iiRecord
Agentic AI Atlas · S3: List Buckets
tool-descriptor:s3.list-bucketsa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:s3.list-buckets

Structured · live

S3: List Buckets 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.list-buckets",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/aws-s3-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "S3: List Buckets",
    "description": "List S3 buckets accessible to the configured credentials.",
    "inputSchema": {
      "type": "object",
      "properties": {}
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "buckets": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:s3.list-buckets",
      "to": "tool-server:mcp-aws-s3",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "claim:source-provenance-extensions-tool-descriptors-aws-s3-mcp-tools-yaml",
      "to": "tool-descriptor:s3.list-buckets",
      "kind": "about_subject"
    },
    {
      "from": "tool-server:mcp-aws-s3",
      "to": "tool-descriptor:s3.list-buckets",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}