Arguments
Returns
Example prompts
“Draft a feature landing page for what we shipped this sprint.”
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Kick off generation of a marketing feature landing page
| Name | Type | Default | Description |
|---|---|---|---|
start_date | string (ISO-8601) | 7 days ago | Earliest commit timestamp to include. |
end_date | string (ISO-8601) | now | Latest commit timestamp to include. |
product_name | string | project name | Override the product name. |
audience | "technical" | "business" | "mixed" | project default | Technical depth of the writing. Omit to use the project’s content guidelines default. |
instructions | string (≤ 2000 chars) | project default | Free-text guidance on scope, tone, or terminology, e.g. "Don't mention marketing website changes". Omit to use the project default. |
repos | string[] | all tracked repos | Restrict the commit source to these tracked repositories (full names, e.g. ["acme/backend"]), as listed by get_project_context. Omit to use every active tracked repo. |
{ "content_id": "...", "status": "pending" }
“Draft a feature landing page for what we shipped this sprint.”
Was this page helpful?