create_landing_page
ActiveTool of io.github.Synter-Media-AI/synter-ads
declared in 1.27.0
Generate an AI landing page hosted on your custom domain (135 credits)
Parameters schema
{
"type": "object",
"title": "create_landing_pageArguments",
"required": [
"title",
"prompt",
"cta_url"
],
"properties": {
"slug": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Slug",
"default": null
},
"style": {
"type": "string",
"title": "Style",
"default": "modern"
},
"title": {
"type": "string",
"title": "Title"
},
"prompt": {
"type": "string",
"title": "Prompt"
},
"cta_url": {
"type": "string",
"title": "Cta Url"
},
"cta_text": {
"type": "string",
"title": "Cta Text",
"default": "Get Started"
},
"brand_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Brand Url",
"default": null
},
"lead_form": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Lead Form",
"default": null
}
}
}Parent server
io.github.Synter-Media-AI/synter-ads
https://github.com/Synter-Media-AI/mcp-server
4/7 registries