bodyobject · requiredBounded request body sent to the connected application.
Loading tools…
Google Forms
Create, edit, reorder or delete Google Form questions, sections and settings.
Applies up to 100 Forms requests atomically, including form info, settings and item lifecycle operations. Always one upstream request at $0.0025.
Agents select this operation with tool ID google-forms.form-batch-update, then check its current inputs and price before a run.
bodyobject · requiredBounded request body sent to the connected application.
pathobject · requiredIdentifier path for the authorised connected-app record.
formobjectReturned form value.
repliesarrayReturned replies value.
writeControlobjectReturned write control value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "google-forms.form-batch-update",
"input": {
"body": {
"requests": [
{
"createItem": {
"item": {
"title": "Scrollport verification response",
"questionItem": {
"question": {
"required": true,
"textQuestion": {}
}
}
},
"location": {
"index": 0
}
}
}
],
"includeFormInResponse": false
},
"path": {
"formId": "YOUR-GOOGLE-FORM-ID"
}
}
}Connect your app account to let your agent use its tools. Your credentials stay private, and you pay only for successful runs.
Connect your first agent to receive $1 trial credit.
{
"form": {
"items": [
{
"title": "What worked well?",
"itemId": "item-output-id"
}
],
"formId": "form-output-id"
},
"replies": [
{
"createItem": {
"itemId": "item-output-id",
"questionId": [
"question-output-id"
]
}
}
],
"writeControl": {
"requiredRevisionId": "revision-output-id"
}
}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.