Tool tree
Verified B2B data with 290M+ contacts, 87.8M in the US, and 26 buying signals, available in Lusha workspace, Claude, ChatGPT, through API and MCP.
page: Every page
requestDemoAction
Open the Lusha contact form so the user can request a product demo from the Lusha sales team. Use this whenever the user asks to talk to sales, book a demo, or get a guided walkthrough of Lusha.
View tool JSON
{
"name": "requestDemo",
"kind": "act",
"impl": "imperative",
"description": "Open the Lusha contact form so the user can request a product demo from the Lusha sales team. Use this whenever the user asks to talk to sales, book a demo, or get a guided walkthrough of Lusha.",
"inputSchema": {
"type": "object",
"properties": {
"source": {
"type": "string",
"description": "Optional free-text context for where the request originated (e.g. 'pricing-page', 'api-docs'). Not required."
}
},
"additionalProperties": false
},
"page": "/"
}getPricingAnswer
Navigate to the Lusha pricing page. Optionally scroll to a specific plan (e.g. 'free', 'pro', 'premium', 'scale') when the user asks about a particular tier.
View tool JSON
{
"name": "getPricing",
"kind": "answer",
"impl": "imperative",
"description": "Navigate to the Lusha pricing page. Optionally scroll to a specific plan (e.g. 'free', 'pro', 'premium', 'scale') when the user asks about a particular tier.",
"inputSchema": {
"type": "object",
"properties": {
"plan": {
"type": "string",
"description": "Optional plan slug to deep-link to on the pricing page (e.g. 'free', 'pro', 'premium', 'scale'). The page gracefully ignores unknown anchors."
}
},
"additionalProperties": false
},
"page": "/"
}findIntegrationAnswer
Navigate to the Lusha integrations hub. Pass a tool slug to deep-link to a specific integration (e.g. 'salesforce', 'hubspot', 'outreach', 'salesloft', 'gmail') when the user asks whether Lusha integrates with that tool.
View tool JSON
{
"name": "findIntegration",
"kind": "answer",
"impl": "imperative",
"description": "Navigate to the Lusha integrations hub. Pass a tool slug to deep-link to a specific integration (e.g. 'salesforce', 'hubspot', 'outreach', 'salesloft', 'gmail') when the user asks whether Lusha integrates with that tool.",
"inputSchema": {
"type": "object",
"properties": {
"tool": {
"type": "string",
"description": "Integration tool slug, lowercase. Examples: 'salesforce', 'hubspot', 'outreach', 'salesloft', 'gmail', 'pipedrive', 'zapier'. Optional — omit to land on the integrations hub."
}
},
"additionalProperties": false
},
"page": "/"
}