update_scoring_criteria
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries