max_pagesinteger · optionalUpstream pages to fetch. Each page is one billed request.
minimum: 1 · maximum: 10
Loading tools…
HubSpot
List contacts from a connected HubSpot account with selected properties and paging.
Lists contacts from the connected HubSpot account. Billed per upstream request: one page (up to 100 contacts) is one request at $0.0025, so fetching 5 pages costs $0.0125 regardless of how many records come back.
Agents select this operation with tool ID hubspot.contacts-list, then check its current inputs and price before a run.
max_pagesinteger · optionalUpstream pages to fetch. Each page is one billed request.
minimum: 1 · maximum: 10
queryobject · optionalQuery-string parameters passed to HubSpot, e.g. limit and properties.
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-list",
"input": {
"query": {
"limit": 100,
"properties": "email,firstname,lastname"
},
"max_pages": 1
}
}{
"pages": 1,
"results": [
{
"id": "100000000001",
"url": "https://app-eu1.hubspot.com/contacts/123456789/record/0-1/100000000001",
"archived": false,
"createdAt": "2026-07-27T12:19:07.156Z",
"updatedAt": "2026-07-27T20:23:05.119Z",
"properties": {
"email": "ada@example.com",
"lastname": "Lovelace (Sample Contact)",
"firstname": "Ada",
"createdate": "2026-07-27T12:19:07.156Z",
"hs_object_id": "100000000001",
"lastmodifieddate": "2026-07-27T20:23:05.119Z"
}
}
]
}connection_required: This capability acts on your own HubSpot account, which isn't connected yet.Open connect_url, approve access, then retry unchanged. example: {"query":{"limit":100},"max_pages":1}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.