refine_prompt
ActiveTool of mcp-server-dashform
declared in 1.0.0
AI-refine a form-building prompt for the given funnel type. Returns the refined prompt text (single-shot).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"prompt",
"formType"
],
"properties": {
"prompt": {
"type": "string",
"minLength": 1
},
"formType": {
"enum": [
"structured",
"dynamic"
],
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries