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 HubSpot forms so agents can find a form ID before reading submissions
| Field | Value |
|---|---|
| Name | hubspot__list_forms |
| Group | Integrations |
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Maximum forms to return"
},
"after": {
"type": "string",
"description": "Pagination cursor from the previous page"
},
"archived": {
"type": "boolean",
"description": "Whether to return archived forms"
},
"formTypes": {
"type": "array",
"items": {
"type": "string",
"description": "One form type item supplied to the tool."
},
"description": "Form types to include, such as hubspot, captured, flow, blog_comment, or all"
}
},
"description": "Input schema for the hubspot__list_forms tool."
}