II.
ToolDescriptor overview
Reference · livetool-descriptor:krate.krate-sync-external
Krate: krate_sync_external overview
Trigger an external sync for a binding
Attributes
displayName
Krate: krate_sync_external
category
krate-mcp
vendor
a5c.ai
mode
mcp-tool
description
Trigger an external sync for a binding
schema
{
"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"
]
}
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
Outgoing edges
None.
Incoming edges
contains_tool_descriptor1
- tool-server:krate-mcp-server·ToolServerKrate MCP Server