Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_SERVER_URL | No | URL pointing to your API key verification endpoint for authentication | |
| HUBSPOT_ACCESS_TOKEN | Yes | Your HubSpot API access token, obtained from your HubSpot Developer Account |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hubspot_create_contact | Create a new contact in HubSpot |
| hubspot_create_company | Create a new company in HubSpot |
| hubspot_get_company_activity | Get activity history for a specific company |
| hubspot_get_recent_engagements | Get recent engagement activities across all contacts and companies |
| hubspot_get_active_companies | Get most recently active companies from HubSpot |
| hubspot_get_active_contacts | Get most recently active contacts from HubSpot |
| hubspot_update_contact | Update an existing contact in HubSpot (ignores if contact does not exist) |
| hubspot_update_company | Update an existing company in HubSpot (ignores if company does not exist) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |