You're viewing a demo portfolio

Join the waitlist
PRSM

delete_post_type_field

Active

Tool of FavCRM

declared in 1.0.0

Remove a field from a post type schema. Blocked when posts of this type still have data in the field unless force=true is passed (orphans the data).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "postTypeId",
    "fieldId"
  ],
  "properties": {
    "force": {
      "type": "boolean",
      "description": "Delete even if posts have data in this field. Existing meta values become orphaned."
    },
    "fieldId": {
      "type": "string",
      "description": "Field ID"
    },
    "postTypeId": {
      "type": "string",
      "description": "Post type ID"
    }
  }
}

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 →