You're viewing a demo portfolio

Join the waitlist
PRSM

list_notes

Active

Tool 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"
    }
  }
}

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 →