hs_list_deals
ActiveTool of Hubspot
declared in 0.1.0
Browse all deals in your HubSpot workspace. Returns deal IDs, names, amounts, pipeline stages, and close dates. Paginate with limit and after parameters.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 25
},
{
"after": "next_page_cursor_def456",
"limit": 100
}
],
"properties": {
"after": {
"type": "string",
"description": "Pagination cursor from a previous response"
},
"limit": {
"type": "number",
"description": "Maximum number of deals to return (default 10, max 100)"
}
}
}Parent server
Hubspot
https://github.com/pipeworx-io/mcp-hubspot
1/7 registries