list_notes
ActiveTool of FavCRM
declared in 1.0.0
List notes attached to a member/account, booking, or ticket.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"entityType",
"entityId"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 10)"
},
"entityId": {
"type": "string",
"description": "The entity ID"
},
"entityType": {
"enum": [
"account",
"booking",
"ticket",
"invoice"
],
"type": "string",
"description": "Type of entity the notes are on"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries