| tool_schema | {"name":"google_business","description":"Manage Google Business Profile listings — reviews, posts, insights, and business info","parameters":{"type":"object","properties":{"action":{"type":"string","description":"Which operation to perform","enum":["list_accounts","list_locations","get_location","list_reviews","reply_to_review","create_post","list_posts","get_insights"]},"account_id":{"type":"string","description":"Google Business account ID — for list_locations, list_reviews, reply_to_review, create_post, list_posts, get_insights","default":""},"location_id":{"type":"string","description":"Location ID — for get_location, list_reviews, reply_to_review, create_post, list_posts, get_insights","default":""},"review_id":{"type":"string","description":"Review ID — for reply_to_review","default":""},"reply_text":{"type":"string","description":"Reply text — for reply_to_review","default":""},"post_body":{"type":"string","description":"Text content for the post — for create_post","default":""},"post_media_url":{"type":"string","description":"Media URL to attach to the post — for create_post","default":""},"post_call_to_action_type":{"type":"string","description":"Call-to-action button type — for create_post","enum":["LEARN_MORE","BOOK","ORDER","SHOP","SIGN_UP","CALL"],"default":""},"post_call_to_action_url":{"type":"string","description":"Call-to-action button URL — for create_post","default":""},"start_date":{"type":"string","description":"Start date (YYYY-MM-DD) — for get_insights","default":""},"end_date":{"type":"string","description":"End date (YYYY-MM-DD) — for get_insights","default":""},"metric_requests":{"type":"string","description":"Comma-separated metrics — for get_insights (e.g. QUERIES_DIRECT,VIEWS_MAPS,ACTIONS_PHONE)","default":"QUERIES_DIRECT,QUERIES_INDIRECT,VIEWS_MAPS,VIEWS_SEARCH,ACTIONS_WEBSITE,ACTIONS_PHONE,ACTIONS_DRIVING_DIRECTIONS"}},"required":["action"]}} |