You're viewing a demo portfolio

Join the waitlist
PRSM

execute_connector_operation

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →