Tool tree
book_consultationAction
Initiate booking for either a free 15-minute intro or a $150 live working session with Shai (params: session_type: 'intro' | 'working_session', navigate=true) -> {status, session_type, booking_url}
View tool JSON
{
"name": "book_consultation",
"kind": "act",
"impl": "imperative",
"description": "Initiate booking for either a free 15-minute intro or a $150 live working session with Shai (params: session_type: 'intro' | 'working_session', navigate=true) -> {status, session_type, booking_url}",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"navigate": {
"type": "boolean",
"default": true,
"description": "Whether to open the booking page"
},
"session_type": {
"enum": [
"intro",
"working_session"
],
"type": "string",
"default": "intro",
"description": "Type of session: 'intro' (Free 15-min) or 'working_session' ($150 1-hour session)"
}
}
}
}book_strategy_sessionAction
Navigate to the booking scheduler for a free 15-minute intro or $150 AI Operating System Hour (params: session_type='intro_15min'|'working_session_150', navigate=true) -> {status, session_type, booking_url, message}
View tool JSON
{
"name": "book_strategy_session",
"kind": "act",
"impl": "imperative",
"description": "Navigate to the booking scheduler for a free 15-minute intro or $150 AI Operating System Hour (params: session_type='intro_15min'|'working_session_150', navigate=true) -> {status, session_type, booking_url, message}",
"inputSchema": {
"type": "object",
"properties": {
"navigate": {
"type": "boolean",
"default": true,
"description": "Whether to navigate directly to the scheduling calendar (default true)."
},
"session_type": {
"enum": [
"intro_15min",
"working_session_150"
],
"type": "string",
"default": "intro_15min",
"description": "'intro_15min' (Free 15-minute fit evaluation) or 'working_session_150' ($150 AI OS Hour). Defaults to 'intro_15min'."
}
}
}
}draft_content_planAction
Initiate automated research and draft content plan generation from a business website URL (params: website_url, navigate=true) -> {status, target_url, website_url}
View tool JSON
{
"name": "draft_content_plan",
"kind": "act",
"impl": "imperative",
"description": "Initiate automated research and draft content plan generation from a business website URL (params: website_url, navigate=true) -> {status, target_url, website_url}",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"navigate": {
"type": "boolean",
"default": true,
"description": "Whether to navigate to the draft plan page"
},
"website_url": {
"type": "string",
"default": "yourbusiness.com",
"description": "Business website URL to analyze"
}
}
}
}get_industry_solutionAnswer
Fetch in-depth workflow, problems solved, and case details for a specific industry (params: industry) -> {industry, title, headline, summary, key_sections}
View tool JSON
{
"name": "get_industry_solution",
"kind": "answer",
"impl": "imperative",
"description": "Fetch in-depth workflow, problems solved, and case details for a specific industry (params: industry) -> {industry, title, headline, summary, key_sections}",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"industry": {
"type": "string",
"default": "contractors",
"description": "Industry slug or name (e.g. 'contractors', 'dental', 'insurance', 'realtors', 'beauty-salon', 'remodeling', 'cpa', 'auto-repair')"
}
}
}
}get_pricing_ladderAnswer
Fetch the 5-step service ladder and standing product prices (params: none) -> {ladder: list [{step, name, price, description}], standing_products: list [{name, price, description}]}
View tool JSON
{
"name": "get_pricing_ladder",
"kind": "answer",
"impl": "imperative",
"description": "Fetch the 5-step service ladder and standing product prices (params: none) -> {ladder: list [{step, name, price, description}], standing_products: list [{name, price, description}]}",
"inputSchema": {
"type": "object",
"properties": {}
}
}get_pricing_plansAnswer
Fetch the complete SuperSeller AI pricing ladder, standing product packages, and booking links -> {ladder_steps, standing_products, booking_urls}
View tool JSON
{
"name": "get_pricing_plans",
"kind": "answer",
"impl": "imperative",
"description": "Fetch the complete SuperSeller AI pricing ladder, standing product packages, and booking links -> {ladder_steps, standing_products, booking_urls}",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {}
}
}get_scoping_frameworkAnswer
Fetch the 12-question scoping framework across 4 phases used to identify high-ROI automation tasks -> {framework_title, total_questions, phases: [{phase, why, questions}], pushback_library: [{statement, question}]}
View tool JSON
{
"name": "get_scoping_framework",
"kind": "answer",
"impl": "imperative",
"description": "Fetch the 12-question scoping framework across 4 phases used to identify high-ROI automation tasks -> {framework_title, total_questions, phases: [{phase, why, questions}], pushback_library: [{statement, question}]}",
"inputSchema": {
"type": "object",
"properties": {}
}
}list_industry_solutionsAnswer
List all industry-specific AI automation solutions offered by SuperSeller AI -> list [{id, name, slug, target, core_job}]
View tool JSON
{
"name": "list_industry_solutions",
"kind": "answer",
"impl": "imperative",
"description": "List all industry-specific AI automation solutions offered by SuperSeller AI -> list [{id, name, slug, target, core_job}]",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {}
}
}list_interactive_toolsAnswer
List available interactive customer-facing tools (games, calculators, checkers) and their pricing tiers -> {available_tools, pricing_tiers}
View tool JSON
{
"name": "list_interactive_tools",
"kind": "answer",
"impl": "imperative",
"description": "List available interactive customer-facing tools (games, calculators, checkers) and their pricing tiers -> {available_tools, pricing_tiers}",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {}
}
}list_tools_and_productsAnswer
List standing products and interactive business tools available for purchase or custom build (params: none) -> {count, products: list [{name, price, category, status, url}]}
View tool JSON
{
"name": "list_tools_and_products",
"kind": "answer",
"impl": "imperative",
"description": "List standing products and interactive business tools available for purchase or custom build (params: none) -> {count, products: list [{name, price, category, status, url}]}",
"inputSchema": {
"type": "object",
"properties": {}
}
}request_content_planAction
Request a free draft content plan built from public business website signals (params: website, notes, navigate=true) -> {status, website, notes, url, message}
View tool JSON
{
"name": "request_content_plan",
"kind": "act",
"impl": "imperative",
"description": "Request a free draft content plan built from public business website signals (params: website, notes, navigate=true) -> {status, website, notes, url, message}",
"inputSchema": {
"type": "object",
"properties": {
"notes": {
"type": "string",
"description": "Optional notes or social profile links"
},
"website": {
"type": "string",
"description": "Your business website URL (e.g. 'yourbusiness.com')"
},
"navigate": {
"type": "boolean",
"default": true,
"description": "Whether to navigate to the plan generation page"
}
}
}
}request_draft_content_planAction
Initiate generation of a custom draft content plan from public business website signals (params: website_url, notes, navigate=true) -> {status, target_url, website_url, message}
View tool JSON
{
"name": "request_draft_content_plan",
"kind": "act",
"impl": "imperative",
"description": "Initiate generation of a custom draft content plan from public business website signals (params: website_url, notes, navigate=true) -> {status, target_url, website_url, message}",
"inputSchema": {
"type": "object",
"properties": {
"notes": {
"type": "string",
"default": "",
"description": "Optional notes on your social accounts or target goals."
},
"navigate": {
"type": "boolean",
"default": true,
"description": "Whether to navigate to the plan builder page (default true)."
},
"website_url": {
"type": "string",
"default": "example.com",
"description": "Your business website domain or URL (e.g. 'mybusiness.com'). Defaults to 'example.com'."
}
}
}
}submit_contact_inquirySensitive Action
Prepare and submit a detailed project inquiry and scope request on the contact page (params: name, email, company, message, budget, timeline, navigate=true) -> {status, inquiry: {name, email, company, message, budget, timeline}, url, message}
View tool JSON
{
"name": "submit_contact_inquiry",
"kind": "transact",
"impl": "imperative",
"description": "Prepare and submit a detailed project inquiry and scope request on the contact page (params: name, email, company, message, budget, timeline, navigate=true) -> {status, inquiry: {name, email, company, message, budget, timeline}, url, message}",
"inputSchema": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Full name of the contact person"
},
"email": {
"type": "string",
"description": "Contact email address"
},
"budget": {
"enum": [
"under-1k",
"1k-5k",
"5k-10k",
"10k-25k",
"25k-plus"
],
"type": "string",
"default": "under-1k",
"description": "Budget tier range"
},
"company": {
"type": "string",
"description": "Business or company name"
},
"message": {
"type": "string",
"description": "Description of the task or system needed"
},
"navigate": {
"type": "boolean",
"default": true,
"description": "Whether to navigate to the contact page"
},
"timeline": {
"enum": [
"asap",
"1-2-weeks",
"1-month",
"flexible"
],
"type": "string",
"default": "asap",
"description": "Target timeline to start"
}
}
}
}submit_inquirySensitive Action
Prepare and initiate a consultation / project inquiry with budget and timeline selections (params: name, email, company, message, budget, timeline, navigate=true) -> {status, payload, target_url}
View tool JSON
{
"name": "submit_inquiry",
"kind": "transact",
"impl": "imperative",
"description": "Prepare and initiate a consultation / project inquiry with budget and timeline selections (params: name, email, company, message, budget, timeline, navigate=true) -> {status, payload, target_url}",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"name": {
"type": "string",
"default": "",
"description": "Contact name"
},
"email": {
"type": "string",
"default": "",
"description": "Contact email"
},
"budget": {
"enum": [
"Under $1,000 — start with the $150 hour",
"$1,000 – $5,000 — audit, then build",
"$5,000 – $10,000 — full build",
"$10,000 – $25,000",
"$25,000+"
],
"type": "string",
"default": "Under $1,000 — start with the $150 hour"
},
"company": {
"type": "string",
"default": "",
"description": "Business name"
},
"message": {
"type": "string",
"default": "",
"description": "Task or project description"
},
"navigate": {
"type": "boolean",
"default": true,
"description": "Whether to navigate to the contact page"
},
"timeline": {
"enum": [
"ASAP (Immediate)",
"1-2 Weeks",
"1 Month",
"Flexible"
],
"type": "string",
"default": "Flexible"
}
}
}
}