max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
Loading tools…
Google Forms
List submitted responses for one connected Google Form.
Pages through responses, optionally filtering by a lower-bound submission timestamp; it cannot submit or edit a response. Always one upstream request at $0.0025.
Agents select this operation with tool ID google-forms.responses-list, then check its current inputs and price before a run.
max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
pathobject · requiredIdentifier path for the authorised connected-app record.
queryobject · optionalSearch terms used to find relevant records.
pagesnumberReturned pages value.
resultsarrayReturned results value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
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.
{
"tool_id": "google-forms.responses-list",
"input": {
"path": {
"formId": "YOUR-GOOGLE-FORM-ID"
},
"query": {
"pageSize": 100
},
"max_pages": 1
}
}{
"pages": 1,
"results": [
{
"answers": {},
"createTime": "2026-08-15T10:30:00Z",
"responseId": "response-output-id",
"lastSubmittedTime": "2026-08-15T10:30:00Z"
}
]
}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.