find_or_create_workroom_thread
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries