You're viewing a demo portfolio

Join the waitlist
PRSM

escalate_to_support

Active

Tool of SendIt

declared in 0.1.0

Escalate a social conversation to a connected support platform (Zendesk, Intercom, etc.). Creates a support ticket from the conversation context.

Parameters schema

{
  "type": "object",
  "required": [
    "conversationId",
    "targetConnector"
  ],
  "properties": {
    "note": {
      "type": "string",
      "description": "Internal note for the support team"
    },
    "priority": {
      "enum": [
        "low",
        "normal",
        "high",
        "urgent"
      ],
      "type": "string"
    },
    "conversationId": {
      "type": "string",
      "description": "Conversation to escalate"
    },
    "targetConnector": {
      "enum": [
        "zendesk",
        "intercom",
        "hubspot",
        "salesforce"
      ],
      "type": "string",
      "description": "Support platform to escalate to"
    }
  }
}

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 →
escalate_to_support — SendIt — PRSM MCP