iiRecord
Agentic AI Atlas · Cloudflare: List KV Namespaces
tool-descriptor:cloudflare.list-kv-namespacesa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:cloudflare.list-kv-namespaces

Structured · live

Cloudflare: List KV Namespaces json

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

File · extensions/tool-descriptors/cloudflare-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:cloudflare.list-kv-namespaces",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/cloudflare-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Cloudflare: List KV Namespaces",
    "description": "List Workers KV namespaces.",
    "inputSchema": {
      "type": "object",
      "properties": {
        "account_id": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "namespaces": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:cloudflare.list-kv-namespaces",
      "to": "tool-server:mcp-cloudflare",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-cloudflare",
      "to": "tool-descriptor:cloudflare.list-kv-namespaces",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}