hubspot-whoami-nango
Original:🇺🇸 English
Translated
1 scripts
Find out who you are in HubSpot using Nango.
1installs
Sourcecontextware/skills
Added on
NPX Install
npx skill4agent add contextware/skills hubspot-whoami-nangoTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →HubSpot WhoAmI via Nango
This skill identifies the current authenticated HubSpot user using the Nango integration.
MCP Server Requirements
This skill depends on the Nango MCP server being correctly configured and connected.
Required Tool:
- : Returns the authenticated HubSpot user's ID and email address.
whoami
Connection Requirements:
See the skill for details on how to configure the Nango MCP server with the necessary authentication headers.
connect-to-nango-mcpWorkflow
GOAL: Retrieve and display the authenticated HubSpot user's identity (ID and email). The connection to Nango is a prerequisite, not the end goal.
Step 1: Ensure Nango is Connected
Verify if the Nango MCP server is connected and the tool is available. If not, follow the skill workflow to establish a connection for the hubspot provider. Identify the provider as immediately.
whoamiconnect-to-nango-mcphubspotIMPORTANT: Connecting to Nango is NOT the completion of this task. Once connected, immediately proceed to Step 2 without stopping or asking for permission.
Step 2: Call the whoami Tool
Execute the tool provided by the Nango MCP server. This tool requires no arguments if the connection headers were correctly set during MCP initialization.
whoamiExpected output: A JSON response containing the user's HubSpot ID and email address.
What success looks like:
json
{
"userId": "3768092",
"email": "user@example.com"
}If the tool call fails with authentication errors, the connection was not properly established.
Step 3: Present the Identity
Display the returned user information (ID and email) to the user in a friendly format. THIS is the completion of the task, not the connection step.
Example Output
text
HubSpot Identity:
- User ID: 3768092
- Email: email@example.comError Handling
- Tool Not Found: Ensure the Nango MCP server is connected and the provider is .
hubspot - Authentication Error: Refer to the troubleshooting section of the skill.
connect-to-nango-mcp - Provider Mismatch: Ensure you are using the provider config key when connecting to Nango.
hubspot