Tool tree
page: Every page
get_company_overviewAnswer
Get a summary of what UserGems does without leaving the current page. Use when the user asks what UserGems is or what problem it solves.
View tool JSON
{
"name": "get_company_overview",
"kind": "answer",
"impl": "imperative",
"description": "Get a summary of what UserGems does without leaving the current page. Use when the user asks what UserGems is or what problem it solves.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}book_usergems_demoSensitive Action
Open the UserGems contact page to book a demo or talk to sales. Use when the user wants to see UserGems in action, get a quote, or evaluate UserGems for their team.
View tool JSON
{
"name": "book_usergems_demo",
"kind": "transact",
"impl": "imperative",
"description": "Open the UserGems contact page to book a demo or talk to sales. Use when the user wants to see UserGems in action, get a quote, or evaluate UserGems for their team.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}view_pricingAnswer
Open UserGems' pricing page. Use when the user asks how much UserGems costs or what plans are available.
View tool JSON
{
"name": "view_pricing",
"kind": "answer",
"impl": "imperative",
"description": "Open UserGems' pricing page. Use when the user asks how much UserGems costs or what plans are available.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}view_customer_storiesAction
Open UserGems' customer stories page. Use when the user asks for case studies, customer results, social proof, or who uses UserGems.
View tool JSON
{
"name": "view_customer_stories",
"kind": "act",
"impl": "imperative",
"description": "Open UserGems' customer stories page. Use when the user asks for case studies, customer results, social proof, or who uses UserGems.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}compare_usergems_to_competitorAction
Open a side-by-side comparison between UserGems and a named competitor. Use when the user asks 'UserGems vs X', how UserGems compares to an alternative, or is evaluating similar tools.
View tool JSON
{
"name": "compare_usergems_to_competitor",
"kind": "act",
"impl": "imperative",
"description": "Open a side-by-side comparison between UserGems and a named competitor. Use when the user asks 'UserGems vs X', how UserGems compares to an alternative, or is evaluating similar tools.",
"inputSchema": {
"type": "object",
"properties": {
"competitor": {
"type": "string",
"enum": [
"apollo",
"linkedin-sales-navigator",
"zoominfo",
"clay",
"6sense",
"lantern",
"common-room"
],
"description": "Competitor identifier. Must be one of the listed values."
}
},
"required": [
"competitor"
]
},
"page": "/"
}view_solution_by_teamAction
Open the UserGems solution page for a specific go-to-market team or motion. Use when the user identifies as a sales, marketing, RevOps, or customer success leader, or asks how UserGems fits ABM.
View tool JSON
{
"name": "view_solution_by_team",
"kind": "act",
"impl": "imperative",
"description": "Open the UserGems solution page for a specific go-to-market team or motion. Use when the user identifies as a sales, marketing, RevOps, or customer success leader, or asks how UserGems fits ABM.",
"inputSchema": {
"type": "object",
"properties": {
"team": {
"type": "string",
"enum": [
"sales",
"marketing",
"operations",
"customer-success",
"abm"
],
"description": "Team or GTM motion. Must be one of the listed values."
}
},
"required": [
"team"
]
},
"page": "/"
}view_product_featureAction
Open a UserGems product page for a specific capability. Use when the user asks about a specific feature like job-change tracking, buying signals, buying groups, AI emails, or the UserGems API and MCP server.
View tool JSON
{
"name": "view_product_feature",
"kind": "act",
"impl": "imperative",
"description": "Open a UserGems product page for a specific capability. Use when the user asks about a specific feature like job-change tracking, buying signals, buying groups, AI emails, or the UserGems API and MCP server.",
"inputSchema": {
"type": "object",
"properties": {
"feature": {
"type": "string",
"enum": [
"overview",
"signals",
"contact-tracking",
"new-hires-signal",
"buying-groups",
"scoring",
"workflows",
"ai-emails",
"meeting-assistant",
"advertising",
"api",
"mcp"
],
"description": "Product capability. Must be one of the listed values."
}
},
"required": [
"feature"
]
},
"page": "/"
}view_blog_and_guidesAction
Open UserGems' blog with playbooks and guides on signal-based selling. Use when the user wants educational content, best practices, or research.
View tool JSON
{
"name": "view_blog_and_guides",
"kind": "act",
"impl": "imperative",
"description": "Open UserGems' blog with playbooks and guides on signal-based selling. Use when the user wants educational content, best practices, or research.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}