Tool tree
Convert PDFs, Word docs, and Google Docs into quizzes and forms in 60 seconds. Export to Google Forms, Moodle, Canvas, and 25+ platforms. Trusted by 41,000+ educators.
get_startedanswer
Get the links and steps to convert a document (PDF, Word, Google Doc, image) into a form with Formswrite.
View tool JSON
{
"name": "get_started",
"kind": "answer",
"impl": "imperative",
"description": "Get the links and steps to convert a document (PDF, Word, Google Doc, image) into a form with Formswrite.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}search_templatesanswer
Find Formswrite quiz and form templates by keyword.
View tool JSON
{
"name": "search_templates",
"kind": "answer",
"impl": "imperative",
"description": "Find Formswrite quiz and form templates by keyword.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search keywords, e.g. \"biology quiz\"."
}
},
"required": [
"query"
],
"additionalProperties": false
},
"page": "/"
}convert_documentact
Describe how to convert a document into a Google Form or Formswrite form via the public REST API.
View tool JSON
{
"name": "convert_document",
"kind": "act",
"impl": "imperative",
"description": "Describe how to convert a document into a Google Form or Formswrite form via the public REST API.",
"inputSchema": {
"type": "object",
"properties": {
"source": {
"type": "string",
"description": "A document URL, Google Docs id, or a note that a file will be uploaded."
},
"format": {
"type": "string",
"description": "Output format, e.g. google_form or formswrite_form."
}
},
"additionalProperties": false
},
"page": "/"
}