iiRecord
Agentic AI Atlas · Kradle: kradle_sync_external
tool-descriptor:kradle.kradle-sync-externala5c.ai
II.
ToolDescriptor JSON

tool-descriptor:kradle.kradle-sync-external

Structured · live

Kradle: kradle_sync_external json

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

File · extensions/tool-servers/kradle-mcp-server.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:kradle.kradle-sync-external",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-servers/kradle-mcp-server.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Kradle: kradle_sync_external",
    "category": "kradle-mcp",
    "vendor": "a5c.ai",
    "mode": "mcp-tool",
    "description": "Trigger an external sync for a binding",
    "schema": "{\n  \"type\": \"object\",\n  \"properties\": {\n    \"bindingName\": {\n      \"type\": \"string\"\n    },\n    \"kind\": {\n      \"type\": \"string\"\n    },\n    \"localName\": {\n      \"type\": \"string\"\n    },\n    \"spec\": {\n      \"type\": \"object\"\n    },\n    \"externalEnvelope\": {\n      \"type\": \"object\"\n    },\n    \"watermark\": {\n      \"type\": \"string\"\n    }\n  },\n  \"required\": [\n    \"bindingName\",\n    \"kind\",\n    \"localName\"\n  ]\n}",
    "inputSchema": {
      "type": "object",
      "properties": {
        "bindingName": {
          "type": "string"
        },
        "kind": {
          "type": "string"
        },
        "localName": {
          "type": "string"
        },
        "spec": {
          "type": "object"
        },
        "externalEnvelope": {
          "type": "object"
        },
        "watermark": {
          "type": "string"
        }
      },
      "required": [
        "bindingName",
        "kind",
        "localName"
      ]
    },
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "tool-server:kradle-mcp-server",
      "to": "tool-descriptor:kradle.kradle-sync-external",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}