crm_get_deal
Fetch one HubSpot deal by record ID to view its name, amount, pipeline, and stage. Use once the ID is known from a search.
Instructions
Fetch one HubSpot deal by record id with its name, amount, pipeline, and stage.
Use this once an id is known; use crm_search_deals to find the id first.
Read-only. Needs the crm.objects.deals.read scope. Served from an in-process cache with a 300 second default TTL, and writes made through this server invalidate the entry immediately. Raises a not-found error for an unknown or archived id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deal_id | Yes | HubSpot deal record id, as returned by search or create. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | HubSpot record id, stable for the life of the record. | |
| archived | No | True when the record is archived (soft-deleted). | |
| properties | No | Property values HubSpot returned for the requested property set. |