plan_variations
ActiveTool of Hermoso
declared in 1.0.0
Fan a brief into N DISTINCT ad angles (different hooks/mechanics/audiences), each with its own headline + visual brief — then render each with generate_image and rank with score_ad. LLM planning only; renders nothing itself.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"product"
],
"properties": {
"brand": {
"anyOf": [
{
"type": "string"
},
{
"type": "object",
"properties": {},
"additionalProperties": {}
}
],
"description": "brand name or profile object; OMIT to use the workspace’s saved brand"
},
"count": {
"type": "integer",
"maximum": 8,
"minimum": 2,
"description": "how many distinct variants (default 6)"
},
"product": {
"type": "string",
"description": "what to advertise"
},
"language": {
"type": "string",
"description": "output language for the variant copy (e.g. Spanish) — default English"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Hermoso
https://github.com/hermoso-ai/hermoso
1/7 registries