Google Forms · Capability

Google Forms Form Management

Workflow capability for managing Google Forms - creating forms, collecting responses, and monitoring changes via watches. Used by form administrators and data analysts.

Run with Naftiko Google FormsSurveysData CollectionNotifications

What You Can Do

POST
Create form — Create a new form
/v1/forms
GET
Get form — Get form details
/v1/forms
GET
List responses — List form responses
/v1/responses
GET
Get response — Get a single response
/v1/responses
POST
Create watch — Create a notification watch
/v1/watches
GET
List watches — List watches
/v1/watches
DELETE
Delete watch — Delete a watch
/v1/watches

MCP Tools

create-form

Create a new Google Form with a title

get-form

Get a Google Form's structure and settings

read-only
batch-update-form

Apply batch updates to a form (add/remove/modify items)

set-publish-settings

Update form publish settings

list-responses

List all responses for a form

read-only
get-response

Get a single form response by ID

read-only
create-watch

Set up a Pub/Sub watch for form changes or new responses

list-watches

List all active watches for a form

read-only
delete-watch

Delete a watch to stop notifications

renew-watch

Extend a watch's expiration by seven days

APIs Used

forms-api