execute_connector_operation
ActiveTool of SendIt
declared in 0.1.0
Execute a specific operation on a connected connector. Use get_connector_capabilities to discover available operations. Operations include read/write actions specific to each connector.
Parameters schema
{
"type": "object",
"required": [
"connectorId",
"operation"
],
"properties": {
"data": {
"type": "object",
"description": "Operation-specific input data",
"additionalProperties": true
},
"operation": {
"type": "string",
"description": "Operation name (e.g., 'publish', 'read_posts', 'campaigns.list')"
},
"connectorId": {
"type": "string",
"description": "Connector ID"
},
"idempotencyKey": {
"type": "string",
"description": "Idempotency key to prevent duplicate operations (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries