You're viewing a demo portfolio

Join the waitlist
PRSM

find_or_create_workroom_thread

Active

Tool of FavCRM

declared in 1.0.0

Find or create a Workroom DM thread between a merchant user and an AI colleague. Use this when an inbound event deserves owner attention but no threadId was provided. This only prepares an internal Workroom channel.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "agentId"
  ],
  "properties": {
    "title": {
      "type": "string",
      "maxLength": 120,
      "description": "Optional title if a new thread is created"
    },
    "userId": {
      "type": "string",
      "description": "Merchant user ID to notify. Defaults to the current MCP user when omitted."
    },
    "agentId": {
      "type": "string",
      "description": "AI colleague ID for the Workroom DM"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
find_or_create_workroom_thread — FavCRM — PRSM MCP