bodyobject · requiredBounded request body sent to the connected application.
Loading tools…
HubSpot
Update selected properties on a HubSpot CRM record by object type and identifier.
Updates only the supplied properties on one standard or custom CRM record. It cannot archive, delete, batch, upsert, change schemas or mutate associations. Always one upstream request at $0.0025.
Agents select this operation with tool ID hubspot.object-update, then check its current inputs and price before a run.
bodyobject · requiredBounded request body sent to the connected application.
pathobject · requiredIdentifier path for the authorised connected-app record.
archivedbooleanReturned archived value.
idstringReturned id value.
propertiesobjectReturned properties 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.object-update",
"input": {
"body": {
"properties": {
"description": "Research partner profile used to demonstrate CRM retrieval and updates."
}
},
"path": {
"objectId": "YOUR-HUBSPOT-OBJECT-ID",
"objectType": "0-2"
}
}
}{
"id": "400000000001",
"archived": false,
"properties": {
"name": "Northstar Research (Sample)",
"domain": "northstar-research.invalid",
"description": "Research partner profile used to demonstrate CRM retrieval and updates."
}
}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.