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 owners so agents can assign or route contacts and leads
hubspot__list_owners
{ "type": "object", "properties": { "email": { "type": "string", "description": "Filter owners by email" }, "after": { "type": "string", "description": "Pagination cursor from the previous page" }, "limit": { "type": "number", "description": "Maximum owners to return" }, "archived": { "type": "boolean", "description": "Whether to return archived owners" } }, "description": "Input schema for the hubspot__list_owners tool." }