You're viewing a demo portfolio

Join the waitlist
PRSM

remove_post_block

Active

Tool of FavCRM

declared in 1.0.0

Remove the block at the given index (0-based). All subsequent blocks shift up by one.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "postId",
    "index"
  ],
  "properties": {
    "index": {
      "type": "integer",
      "maximum": 9007199254740991,
      "minimum": 0,
      "description": "0-based index of the block to remove"
    },
    "postId": {
      "type": "string",
      "description": "The post ID"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →