Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List recent submissions for a HubSpot form in reverse chronological order
| Field | Value |
|---|---|
| Name | hubspot__list_form_submissions |
| Group | Integrations |
{
"type": "object",
"properties": {
"formGuid": {
"type": "string",
"description": "HubSpot form GUID"
},
"limit": {
"type": "number",
"description": "Maximum submissions to return, from 1 to 50"
},
"after": {
"type": "string",
"description": "Pagination cursor from the previous page"
}
},
"required": [
"formGuid"
],
"description": "Input schema for the hubspot__list_form_submissions tool."
}