list_replies
ActiveTool of mcp-server-dashform
declared in 1.0.0
List replies for a form (paginated). Returns respondent data, status, and scoring verdict.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"formId"
],
"properties": {
"limit": {
"type": "number",
"default": 25,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"description": "Pagination cursor from a prior call"
},
"formId": {
"type": "string",
"description": "The form ID"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries