post_workroom_message
ActiveTool of FavCRM
declared in 1.0.0
Post an internal message from an AI colleague into a Workroom thread. Use this to report findings, ask the owner for approval, or share source links after reading CRM/Inbox data. This does not send anything to customers.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"threadId",
"agentId",
"content"
],
"properties": {
"agentId": {
"type": "string",
"description": "AI colleague ID that is a participant in the thread"
},
"content": {
"type": "string",
"maxLength": 8000,
"minLength": 1,
"description": "Message to show in Workroom. Markdown is allowed."
},
"metadata": {
"type": "object",
"description": "Optional generic metadata, e.g. {sourceRefs:[{type:\"inbox_conversation\",id:\"...\"}]}",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
},
"threadId": {
"type": "string",
"description": "Workroom thread ID"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries