You're viewing a demo portfolio

Join the waitlist
PRSM

update_conversation

Active

Tool of SendIt

declared in 0.1.0

Update conversation status, priority, assignment, or tags.

Parameters schema

{
  "type": "object",
  "required": [
    "conversationId"
  ],
  "properties": {
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Set tags"
    },
    "status": {
      "enum": [
        "open",
        "closed",
        "snoozed",
        "archived"
      ],
      "type": "string"
    },
    "priority": {
      "enum": [
        "low",
        "normal",
        "high",
        "urgent"
      ],
      "type": "string"
    },
    "sentiment": {
      "enum": [
        "positive",
        "neutral",
        "negative",
        "mixed"
      ],
      "type": "string"
    },
    "assignedTo": {
      "type": "string",
      "description": "Assign to team member ID"
    },
    "conversationId": {
      "type": "string",
      "description": "Conversation ID"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SendIt

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

1/7 registries
View full server →
update_conversation — SendIt — PRSM MCP