Parse a questionnaire document
parse_questionnaire_documentAI-parse a questionnaire document (PDF, DOCX, XLSX or CSV, max 20 MB) fetched from a public URL into a review-ready list of questions with types, answers and skips. Nothing is written — feed the result into add_question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL of the document. | |
| filename | No | Filename with the right extension (default: taken from the URL). | |
| survey_id | Yes | Survey id (see list_surveys, or the survey_id returned by a create tool). |