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 owners so agents can assign or route contacts and leads
| Field | Value |
|---|---|
| Name | hubspot__list_owners |
| Group | Integrations |
{
"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."
}