Skip to main content
Glama

HubSpot MCP Server

by ajaystream

hubspot-list-workflows

Retrieve a paginated list of workflows from a HubSpot account, including ID, name, type, and status. Use 'limit' to control results per page and 'after' for pagination.

Instructions

🎯 Purpose: 1. This tool retrieves a paginated list of workflows from the HubSpot account. 🧭 Usage Guidance: 1. Use the "limit" parameter to control the number of results returned per page. 2. For pagination, use the "after" parameter with the value from the previous response's paging.next.after. 3. This endpoint returns essential workflow information including ID, name, type, and status.

Input Schema

NameRequiredDescriptionDefault
afterNoCursor token to fetch the next page of results. Use the paging.next.after value from the previous response.
limitNoThe maximum number of workflows to return per page (1-100).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "after": { "description": "Cursor token to fetch the next page of results. Use the paging.next.after value from the previous response.", "type": "string" }, "limit": { "default": 20, "description": "The maximum number of workflows to return per page (1-100).", "maximum": 100, "minimum": 1, "type": "number" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ajaystream/hubspot-mcp-custom'

If you have feedback or need assistance with the MCP directory API, please join our Discord server