bodyobject · optionalHubSpot CRM search body (filterGroups, properties, limit, sorts).
Loading tools…
HubSpot
Search contacts in a connected HubSpot account by property filters and sort order.
Runs a HubSpot CRM search over the connected account's contacts. Billed per upstream request at $0.0025; pagination over N pages is N requests.
Agents select this operation with tool ID hubspot.contacts-search, then check its current inputs and price before a run.
bodyobject · optionalHubSpot CRM search body (filterGroups, properties, limit, sorts).
max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
pagesnumberReturned pages value.
resultsarrayReturned results value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "hubspot.contacts-search",
"input": {
"body": {
"limit": 10,
"properties": [
"email",
"firstname",
"lastname"
],
"filterGroups": [
{
"filters": [
{
"value": "ada@example.com",
"operator": "EQ",
"propertyName": "email"
}
]
}
]
},
"max_pages": 1
}
}{
"pages": 1,
"results": [
{
"id": "100000000002",
"archived": false,
"properties": {
"lastname": "Lovelace (Sample Contact)",
"firstname": "Ada"
}
}
]
}connection_required: This capability acts on your own HubSpot account, which isn't connected yet.Open connect_url, approve access, then retry this run unchanged.Connect your app account to let your agent use its tools. Your credentials stay private, and you pay only for successful runs.
Connect your first agent to receive $1 trial credit.