Server Details
Create and manage Google Forms to run surveys and collect data. Add text and multiple-choice quest…
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolsadd_multiple_choice_questionTry in Inspector
Add a multiple choice question to an existing Google Form
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formId | Yes | Form ID | |
| options | Yes | Array of options | |
| required | No | Whether it is required (optional, default is false) | |
| questionTitle | Yes | Title of the question |
add_text_questionTry in Inspector
Add a text question to an existing Google Form
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formId | Yes | Form ID | |
| required | No | Whether it is required (optional, default is false) | |
| questionTitle | Yes | Title of the question |
create_formTry in Inspector
Create a new Google Form with a title and optional description
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the form | |
| description | No | Description of the form (optional) |
get_formTry in Inspector
Get detailed information about a Google Form
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formId | Yes | Form ID |
get_form_responsesTry in Inspector
Get all responses for a Google Form
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formId | Yes | Form ID |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server