II.
ToolDescriptor JSON
Structured · livetool-descriptor:cloudflare.kv-get
Cloudflare: KV Get json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:cloudflare.kv-get",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/cloudflare-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Cloudflare: KV Get",
"description": "Get a value from a Workers KV namespace by key.",
"inputSchema": {
"type": "object",
"required": [
"namespace_id",
"key"
],
"properties": {
"namespace_id": {
"type": "string"
},
"key": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:cloudflare.kv-get",
"to": "tool-server:mcp-cloudflare",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-cloudflare",
"to": "tool-descriptor:cloudflare.kv-get",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}