check_fit
ActiveTool of mcp-server-dashform
Evaluate lead fit against this business. Provide answers keyed by question keys from get_form_questions. Returns a score (0-100), fit assessment, confidence level, reasoning, and recommended next action. Also accepts legacy lead object for backwards compatibility.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"funnel_id"
],
"properties": {
"lead": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"email": {
"type": "string"
},
"notes": {
"type": "string"
},
"phone": {
"type": "string"
},
"budget": {
"type": "string"
},
"location": {
"type": "string"
},
"timeline": {
"type": "string"
},
"customFields": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"type": "string"
}
},
"serviceNeeded": {
"type": "string"
}
},
"description": "(Deprecated) Legacy lead object — use answers instead"
},
"answers": {
"type": "object",
"description": "Lead answers keyed by question key from get_form_questions",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"type": "string"
}
},
"funnel_id": {
"type": "string",
"description": "The funnel public ID or internal ID"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries