You're viewing a demo portfolio

Join the waitlist
PRSM

reorder_post_type_fields

Active

Tool of FavCRM

declared in 1.0.0

Reorder fields on a post type. Pass field IDs in the desired display order; sortOrder is updated to match.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "postTypeId",
    "orderedFieldIds"
  ],
  "properties": {
    "postTypeId": {
      "type": "string",
      "description": "Post type ID"
    },
    "orderedFieldIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Field IDs in the desired order"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
reorder_post_type_fields — FavCRM — PRSM MCP