hs_get_deal
ActiveTool of Hubspot
declared in 0.1.0
Fetch a deal's full details by ID. Returns deal name, amount, stage, owner, and linked contacts and companies.
Parameters schema
{
"type": "object",
"examples": [
{
"id": "54321"
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "HubSpot deal ID"
}
}
}Parent server
Hubspot
https://github.com/pipeworx-io/mcp-hubspot
1/7 registries