WRITER
liw_generate_lead_magnet
Generate one standalone lead magnet and return preview + doc URL.
Remote linkeddraft/ailinkedwriter
Remote (network-hosted)
Other tools also called liw_generate_lead_magnet?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"ctaPrompt": {
"type": "string",
"maxLength": 600,
"description": "Optional CTA guidance."
},
"referencePost": {
"type": "string",
"maxLength": 6000,
"description": "Optional LinkedIn post context."
},
"leadMagnetType": {
"enum": [
"checklist",
"template",
"guide",
"toolkit",
"swipe_file"
],
"type": "string",
"description": "Output asset type."
},
"resourceOutline": {
"type": "string",
"maxLength": 10000,
"minLength": 12,
"description": "Detailed outline for the resource content."
}
}
}