get_form_questions
ActiveTool of mcp-server-dashform
Get the list of questions for this funnel. Returns question keys, types, descriptions, and options. Call this BEFORE check_fit or book_appointment to understand what information to collect from leads.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"funnel_id"
],
"properties": {
"funnel_id": {
"type": "string",
"description": "The funnel public ID or internal ID"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries