Skip to main content
Server path: /google-forms | Type: Application | PCID required: Yes Form creation and response management

Tools

ToolDescription
google-forms_create_formCreate a new Google Form with title and optional description
google-forms_get_formRetrieve details of a specific Google Form by ID
google-forms_add_text_questionAdd a text question to a Google Form
google-forms_add_multiple_choice_questionAdd a multiple choice question to a Google Form
google-forms_get_form_responsesGet responses for a specific Google Form

google-forms_create_form

Create a new Google Form with title and optional description Parameters:
ParameterTypeRequiredDefaultDescription
titlestringYesTitle of form
descriptionstringNoDescription of form

google-forms_get_form

Retrieve details of a specific Google Form by ID Parameters:
ParameterTypeRequiredDefaultDescription
formIdstringYesForm ID to retrieve

google-forms_add_text_question

Add a text question to a Google Form Parameters:
ParameterTypeRequiredDefaultDescription
formIdstringYesForm ID to add question to
questionTitlestringYesTitle of question
requiredbooleanNofalseIf true, the question is required. Default is false.

google-forms_add_multiple_choice_question

Add a multiple choice question to a Google Form Parameters:
ParameterTypeRequiredDefaultDescription
formIdstringYesForm ID to add question to
questionTitlestringYesTitle of question
optionsstring[]YesOptions for question
requiredbooleanNofalseIf true, the question is required. Default is false.

google-forms_get_form_responses

Get responses for a specific Google Form Parameters:
ParameterTypeRequiredDefaultDescription
formIdstringYesForm ID to get responses for