Back to Connected apps

Form Create

Google Forms

Create a blank unpublished Google Form with a title and Drive filename.

Capability
Form management
Current price
$0.0050/call
Availability
Connected app
Last accepted verification

What this API does

Creates one unpublished form; use form batch update to add questions and publish settings update when it is ready for respondents. Always one upstream request at $0.0050.

Agents select this operation with tool ID google-forms.form-create, then inspect its current executable contract before a run.

Public input and output shape

Input

bodyobject · required

Bounded request body sent to the connected application.

queryobject · optional

Search terms used to find relevant records.

Output

formIdstring

Returned form id value.

infoobject

Returned info value.

publishSettingsobject

Returned publish settings value.

responderUristring

Returned responder uri value.

Example request and output

This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.

Request

{
  "tool_id": "google-forms.form-create",
  "input": {
    "body": {
      "info": {
        "title": "Quarterly feedback",
        "documentTitle": "Quarterly feedback form"
      }
    },
    "query": {
      "unpublished": true
    }
  }
}

Output

{
  "info": {
    "title": "Launch feedback",
    "documentTitle": "Launch feedback form"
  },
  "formId": "form-output-id",
  "responderUri": "https://docs.google.com/forms/d/e/form-output-id/viewform",
  "publishSettings": {
    "publishState": {
      "isPublished": false,
      "isAcceptingResponses": false
    }
  }
}
Teaching errors and limitations
  • connection_required: This capability acts on the connected Google Workspace, which is not available yet.Open connect_url, approve Google Drive access, then retry this run unchanged.
Updated
22 August 2026

Use Form Create with Scrollport

Scrollport validates tools for connected apps and provides them on a pay-as-you-go basis so your agent can use accounts you already own without receiving sensitive API keys.

Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.