You're viewing a demo portfolio

Join the waitlist
PRSM

update_scoring_criteria

Active

Tool of mcp-server-dashform

declared in 1.0.0

Set a form's hot/warm/cold lead-scoring criteria. Returns the updated form.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "id",
    "scoring"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "The form ID"
    },
    "scoring": {
      "type": "object",
      "properties": {
        "isActive": {
          "type": "boolean",
          "default": false,
          "description": "Whether the scoring criteria have been approved and replies should be scored"
        },
        "hotPrompt": {
          "type": "string",
          "default": "",
          "description": "Natural-language description of what a hot lead looks like"
        },
        "coldPrompt": {
          "type": "string",
          "default": "",
          "description": "Natural-language description of what a cold lead looks like"
        },
        "warmPrompt": {
          "type": "string",
          "default": "",
          "description": "Natural-language description of what a warm lead looks like"
        }
      },
      "description": "Lead scoring criteria for this form"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-server-dashform

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

2/7 registries
View full server →