MCP tool Inputs
send_test_response
Send test response
writes data
Submit a sample/test response to a published form so summaries and analysis have data to work with. Sample answers are generated unless provided.
Ask your assistant
Send a couple of test responses so we can try the summary.
Sample answers are generated to fit your fields, or dictate exact answers. Test responses are real responses — delete them when done.
| Parameter | Type | Description |
|---|---|---|
| form_id | string | Form id (authenticated). From create_form/list_forms. |
| draft_token | string | Draft token (anonymous drafts, before sign-in). From create_form's draftToken. |
| answers | object | Optional explicit answers keyed by field key |
* required
Guides using this tool