You're viewing a demo portfolio

Join the waitlist
PRSM

list_forms

Active

Tool of mcp-server-dashform

declared in 1.0.0

List forms in the active organization, with status and share/edit URLs. Supports search, sort, and pagination.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "number",
      "default": 25,
      "maximum": 100,
      "minimum": 1
    },
    "cursor": {
      "type": "string",
      "description": "Pagination cursor from a prior call"
    },
    "search": {
      "type": "string",
      "description": "Filter by name/description"
    },
    "sortBy": {
      "enum": [
        "name",
        "createdAt",
        "updatedAt",
        "repliesCount"
      ],
      "type": "string",
      "default": "updatedAt"
    },
    "sortOrder": {
      "enum": [
        "asc",
        "desc"
      ],
      "type": "string",
      "default": "desc"
    }
  }
}

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 →
list_forms — mcp-server-dashform — PRSM MCP