list_forms
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries