MCP Tools/Content Creation & Optimization/generate_title

generate_title

writeContent Creation & Optimization

Generate title-tag 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` or `current_title` is provided.
contentstringoptionalPage content (text or HTML). When provided, takes precedence over stored meta.
current_titlestringoptionalExplicit override for the existing title, 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 title. Auto-populated from target keywords found in the current title if omitted.
min_lengthnumberoptionalMinimum title length (default 30).
max_lengthnumberoptionalMaximum title length (default 70).
brand_suffixstringoptionalBrand suffix to append, e.g. "| Rampify". Optional.
num_candidatesnumberoptionalMax candidates to return (default 5).