Next.js Tailwind Assistant
analyze_existing_site
Analyze an existing website or Google Business listing to extract useful information and assets for rebuilding. Extracts business info, contact details, images, content structure, site type, and design elements. **RECOMMENDED WORKFLOW**: Due to the complexity of site analysis and data extraction, use a subagent to perform the analysis. The subagent can use WebFetch to scrape the site, analyze structure, extract assets, and return organized data for the new build.
Remote CaullenOmdahl/nextjs-react-tailwind-assistant
Other tools also called analyze_existing_site?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "URL of the existing website or Google Business listing to analyze"
}
}
}