{"id":"template_generator","name":"Template Generator","alias":"TemplateGenerator","aliases":[],"description_short":"Generate a template based on HTML structure and available variables.","description_long":"Generate a template based on HTML structure and available variables.","description_tool_prompt":"Generate a template based on HTML structure and available variables.","source":null,"conversation_examples":[],"tags":[],"available_in_chat":false,"available_in_deepthink":false,"available_in_mcp":null,"mcp_audience":"all","config":{"type":"object","properties":{},"required":[]},"item":{"type":"object","properties":{"url":{"description":"An example URL of the page to generate the template for.","title":"Example URL","type":"string"},"template_engine":{"default":"nunjucks","description":"Template engine to target (nunjucks or liquid)","enum":["nunjucks","liquid"],"title":"Template Engine","type":"string"},"element_type":{"default":"customHtml","description":"Type of element for which to generate the template. Can be one of: title, description, h1, canonical or customHtml.","enum":["title","description","h1","canonical","customHtml"],"title":"Element type","type":"string"},"variables_description":{"description":"Describe the available variables and their structure.","format":"textarea","title":"Variables Description","type":"string"},"template_requirements":{"description":"Describe what you want to generate in the template.","format":"textarea","title":"Template Requirements","type":"string"}},"required":["url","variables_description","template_requirements"]},"response":{"properties":{"template":{"description":"The template code","title":"Template","type":"string"},"explanation":{"description":"A brief explanation of the template","title":"Explanation","type":"string"}},"required":["template","explanation"],"title":"TemplateGeneratorProcessedItem","type":"object"},"has_canvas":false,"open_canvas_automatically":false}