clipform_list_forms
ActiveTool of io.github.Clipform/mcp-server
declared in 2.2.0
List forms in your workspace with optional filtering. Returns paginated results (cursor-based). next_cursor is included when more results exist.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"tag": {
"type": "string",
"description": "Filter by tag name(s), comma-separated. AND logic: only forms with ALL tags are returned."
},
"sort": {
"enum": [
"created_at",
"updated_at"
],
"type": "string",
"description": "Sort field (default: created_at)"
},
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Number of forms to return (default 25, max 100)"
},
"order": {
"enum": [
"asc",
"desc"
],
"type": "string",
"description": "Sort order (default: desc, newest first)"
},
"cursor": {
"type": "string",
"description": "Pagination cursor from previous response's next_cursor"
},
"search": {
"type": "string",
"description": "Search forms by title (case-insensitive substring match)"
},
"published": {
"enum": [
"true",
"false"
],
"type": "string",
"description": "Filter by publish status"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.Clipform/mcp-server
https://github.com/clipform/mcp-server
1/7 registries