list_post_type_fields
ActiveTool of FavCRM
declared in 1.0.0
List the custom field schema for a post type. Use this before creating posts to know which keys to pass in meta and what types they expect.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"postTypeId"
],
"properties": {
"postTypeId": {
"type": "string",
"description": "Post type ID (from list_post_types)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries