You're viewing a demo portfolio

Join the waitlist
PRSM

check_plan_operation

Active

Tool of FavCRM

declared in 1.0.0

Preflight whether an intended operation is allowed by token scopes, enabled modules, subscription state, and quota. Provide toolName, quotaCode, or moduleCode.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "delta": {
      "type": "integer",
      "default": 1,
      "maximum": 9007199254740991,
      "minimum": 1,
      "description": "Planned usage increment. Currently quota checks are single-resource preflights."
    },
    "toolName": {
      "type": "string",
      "description": "MCP tool name to preflight, e.g. create_account"
    },
    "quotaCode": {
      "type": "string",
      "description": "Quota code to check, e.g. contacts or mcp_calls_per_minute"
    },
    "moduleCode": {
      "type": "string",
      "description": "Module code to check, e.g. whatsapp or crm"
    }
  }
}

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 →
check_plan_operation — FavCRM — PRSM MCP