pathobject · requiredIdentifier path for the authorised connected-app record.
Loading tools…
Google Forms
Read one submitted Google Forms response and its answers.
Retrieves one response by form and response id; it cannot submit, edit or delete responses. Always one upstream request at $0.0025.
Agents select this operation with tool ID google-forms.response-get, then check its current inputs and price before a run.
pathobject · requiredIdentifier path for the authorised connected-app record.
answersobjectReturned answers value.
createTimestringReturned create time value.
lastSubmittedTimestringReturned last submitted time value.
responseIdstringReturned response id 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.response-get",
"input": {
"path": {
"formId": "YOUR-GOOGLE-FORM-ID",
"responseId": "YOUR-GOOGLE-FORM-RESPONSE-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.
{
"answers": {
"question-output-id": {
"questionId": "question-output-id",
"textAnswers": {
"answers": [
{
"value": "Clear onboarding"
}
]
}
}
},
"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.