| tool_schema | {"name":"gbp-website-analysis-report","description":"Generate a detailed Google Business Profile and Website Analysis Report as a downloadable HTML file, including competitor comparison, keyword research, SEO scorecard, GBP audit, and actionable tasks.","parameters":{"type":"object","properties":{"action":{"type":"string","description":"Operation to perform","enum":["generate_report"]},"biz_name":{"type":"string","description":"The name of the client's business","default":""},"analysis_date":{"type":"string","description":"Date of the analysis (e.g. 'July 1, 2025')","default":""},"immediate_tasks":{"type":"array","description":"List of immediate actionable tasks for the business to implement (strings)","default":[]},"monitored_keywords":{"type":"array","description":"List of objects with 'keyword' and 'performance' fields for Jumper Media current report (e.g. [{keyword: 'plumber near me', performance: '72%'}])","default":[]},"jumper_summary":{"type":"string","description":"Summary text for the Jumper Media ranking performance section","default":""},"keyword_research":{"type":"array","description":"List of keyword research objects with 'keyword', 'search_volume', 'difficulty' fields","default":[]},"website_audit":{"type":"object","description":"Website audit data including client and competitor data. Fields: client (object with name, title, title_score, h_tags, keyword_opt, word_count, images, internal_links, gbp_embedded, domain_rating, domain_age, backlinks), competitors (array of same structure), title_summary, analyses (array of 9 analysis strings for each SEO row), seo_suggestions","default":{}},"gbp_audit":{"type":"object","description":"GBP audit data. Fields: columns (array of column header strings starting with 'ITEM'), rows (array of objects with 'item' and values matching each column), compare_summary (string)","default":{}},"final_summary":{"type":"string","description":"Final assessment text summarizing overall findings and recommendations","default":""}},"required":["action","biz_name"]}} |