You're viewing a demo portfolio

Join the waitlist
PRSM

list_replies

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-server-dashform

https://github.com/makloai/mcp-server-dashform

2/7 registries
View full server →