← All WebMCP sites

formswrite.com

Health & Educationhttps://formswrite.com/listed as of 2026-08-01
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.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 63/100 (C).

Tools

get_startedanswerimperative
Get the links and steps to convert a document (PDF, Word, Google Doc, image) into a form with Formswrite.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
search_templatesanswerimperative
Find Formswrite quiz and form templates by keyword.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search keywords, e.g. \"biology quiz\"."
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false
}
convert_documentactimperative
Describe how to convert a document into a Google Form or Formswrite form via the public REST API.
Input schema
{
  "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
}
Listings are sourced from public community registries and shown as reported.