MCP Tools/Content Creation & Optimization/generate_description

generate_description

writeContent Creation & Optimization

Generate meta description candidates with safety verification.

Write tool
Mutates Rampify state, triggers background work, or calls a paid external API. Most clients ask for confirmation before invoking.

Parameters

ParameterTypeDescription
domainstringoptionalSite domain
project_idstringoptionalProject UUID
url_pathstringoptionalPage URL path. Optional when `content` is provided.
contentstringoptionalPage content (text or HTML). When provided, takes precedence over stored meta.
current_descriptionstringoptionalExplicit override for the existing meta description, used as the must_retain baseline when content can't supply it.
must_include_keywordsstring[]optionalKeywords every candidate must contain. Defaults to the URL's primary target keyword when url_path is provided.
must_retain_keywordsstring[]optionalKeywords that cannot be dropped if present in the current description. Auto-populated from target keywords found in the current description if omitted.
min_lengthnumberoptionalMinimum description length (default 110).
max_lengthnumberoptionalMaximum description length (default 160 — SERP snippet fit).
num_candidatesnumberoptionalMax candidates to return (default 5).