create_note
ActiveTool of FavCRM
declared in 1.0.0
Add a note to a member/account, booking, ticket, or invoice.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"entityType",
"entityId",
"body"
],
"properties": {
"body": {
"type": "string",
"description": "Note content"
},
"entityId": {
"type": "string",
"description": "The entity ID"
},
"isPinned": {
"type": "boolean",
"description": "Pin this note to the top"
},
"entityType": {
"enum": [
"account",
"booking",
"ticket",
"invoice"
],
"type": "string",
"description": "Type of entity"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries