You're viewing a demo portfolio

Join the waitlist
PRSM

override_verdict

Active

Tool of mcp-server-dashform

declared in 1.0.0

Manually set or reset a reply's lead verdict (hot/warm/cold). Returns the updated reply.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "id",
    "action"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "The reply ID"
    },
    "action": {
      "oneOf": [
        {
          "type": "object",
          "required": [
            "kind",
            "verdict"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "const": "set"
            },
            "reason": {
              "type": "string",
              "maxLength": 140
            },
            "verdict": {
              "enum": [
                "hot",
                "warm",
                "cold"
              ],
              "type": "string"
            }
          }
        },
        {
          "type": "object",
          "required": [
            "kind"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "const": "reset"
            }
          }
        }
      ]
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-server-dashform

https://github.com/makloai/mcp-server-dashform

2/7 registries
View full server →