Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
hubspot__list_forms
{ "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." }