You're viewing a demo portfolio

Join the waitlist
PRSM

reply_to_conversation

Active

Tool of SendIt

declared in 0.1.0

Send a reply in a conversation. The reply is sent through the original channel (e.g., Instagram comment, X reply, Facebook comment, etc.). Replies require conversation reply routing metadata (credential + operation). Provide "routing" once and it will be stored on the conversation for future replies. Use the Inbox Reply agent to get AI-drafted replies with brand voice.

Parameters schema

{
  "type": "object",
  "required": [
    "conversationId",
    "content"
  ],
  "properties": {
    "content": {
      "type": "string",
      "description": "Reply text"
    },
    "routing": {
      "type": "object",
      "required": [
        "credentialId",
        "operation"
      ],
      "properties": {
        "baseInput": {
          "type": "object",
          "description": "Static input merged into every reply (e.g. channel/thread identifiers)",
          "additionalProperties": true
        },
        "operation": {
          "type": "string",
          "description": "Connector operation name to execute (e.g. send_message)"
        },
        "connectorId": {
          "type": "string",
          "description": "Optional: connector ID for validation"
        },
        "credentialId": {
          "type": "string",
          "description": "connector_credentials.id to execute with"
        }
      },
      "description": "Optional: set conversation reply routing (persisted on conversations.metadata.replyRouting). Use this when the conversation doesn't yet have reply routing configured.",
      "additionalProperties": true
    },
    "mediaUrls": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Media to attach (optional)"
    },
    "conversationId": {
      "type": "string",
      "description": "Conversation ID"
    }
  }
}

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 →