list_custom_fields
ActiveTool of FavCRM
declared in 1.0.0
List custom field definitions for CRM entities such as account, contact, deal, or booking.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"entityType"
],
"properties": {
"entityType": {
"enum": [
"account",
"contact",
"deal",
"booking",
"ticket",
"product",
"post"
],
"type": "string",
"description": "Entity type the custom fields belong to"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries