max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
Loading tools…
HubSpot
List records for a selected HubSpot CRM object type with properties and paging.
Lists records for one supported standard or custom CRM object type. Use HubSpot's numeric object type id, such as 0-2 for companies or 2-123 for a custom type. Billed per upstream page at $0.0025.
Agents select this operation with tool ID hubspot.objects-list, then check its current inputs and price before a run.
max_pagesinteger · optionalMaximum number of result pages to request.
minimum: 1 · maximum: 10
pathobject · requiredIdentifier path for the authorised connected-app record.
queryobject · optionalSearch terms used to find relevant records.
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.objects-list",
"input": {
"path": {
"objectType": "0-2"
},
"query": {
"limit": 1,
"properties": "name,domain"
},
"max_pages": 1
}
}{
"pages": 1,
"results": [
{
"id": "400000000003",
"url": "https://app-eu1.hubspot.com/contacts/123456789/record/0-2/400000000003",
"archived": false,
"createdAt": "2026-07-27T12:19:07.486Z",
"updatedAt": "2026-07-30T12:21:38.024Z",
"properties": {
"name": "Example Company",
"domain": "example.com",
"createdate": "2026-07-27T12:19:07.486Z",
"hs_object_id": "400000000003",
"hs_lastmodifieddate": "2026-07-30T12:21:38.024Z"
}
}
]
}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.permission_required: The connected HubSpot grant does not include a scope required by this object type.Reconnect HubSpot and approve the requested scope, or choose an object type available to this account.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.