You're viewing a demo portfolio

Join the waitlist
PRSM

create_note

Active

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

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →