Tool tree
Create online forms effortlessly with forms.app, the optimal form builder for teams. Collect unlimited responses and invite unlimited members for free.
page: Every page
search_form_templatesAnswer
Search forms.app's library of ready-made form and survey templates by keyword. Returns matching templates with their names and descriptions so the user can pick one to start from.
View tool JSON
{
"name": "search_form_templates",
"kind": "answer",
"impl": "imperative",
"description": "Search forms.app's library of ready-made form and survey templates by keyword. Returns matching templates with their names and descriptions so the user can pick one to start from.",
"inputSchema": {
"type": "object",
"properties": {
"keyword": {
"type": "string",
"description": "Search term, e.g. \"contact form\", \"job application\", \"customer survey\"."
},
"page": {
"type": "integer",
"description": "1-based page number.",
"minimum": 1,
"default": 1
}
},
"required": [
"keyword"
]
},
"page": "/"
}search_blog_articlesAnswer
Search forms.app's blog for articles, guides and how-tos by keyword. Returns matching article titles and summaries.
View tool JSON
{
"name": "search_blog_articles",
"kind": "answer",
"impl": "imperative",
"description": "Search forms.app's blog for articles, guides and how-tos by keyword. Returns matching article titles and summaries.",
"inputSchema": {
"type": "object",
"properties": {
"keyword": {
"type": "string",
"description": "Search term, e.g. \"how to create a survey\"."
},
"page": {
"type": "integer",
"description": "1-based page number.",
"minimum": 1,
"default": 1
}
},
"required": [
"keyword"
]
},
"page": "/"
}search_help_centerAnswer
Search the forms.app help center for support articles answering "how do I…" questions about using the product.
View tool JSON
{
"name": "search_help_center",
"kind": "answer",
"impl": "imperative",
"description": "Search the forms.app help center for support articles answering \"how do I…\" questions about using the product.",
"inputSchema": {
"type": "object",
"properties": {
"keyword": {
"type": "string",
"description": "Support question or keyword."
},
"page": {
"type": "integer",
"description": "1-based page number.",
"minimum": 1,
"default": 1
}
},
"required": [
"keyword"
]
},
"page": "/"
}