Skip to main content
Glama

vibe_edit_landing_page

Propose AI-generated edits to a landing page based on natural-language instructions. Returns an operation ID to review changes before applying them.

Instructions

Use AI to propose an edit to a landing page based on natural-language instructions. This is step 1 of a propose → review → apply flow — it does NOT change anything by itself: 1) Call this tool. Returns { operationId } — nothing is applied yet. 2) Poll get_vibe_edit_status(slug, operationId) — NOT get_job — until status is 'completed'. Vibe-edit sessions live in a separate store from the generic job/operation queue, so get_job will not find them. 3) Review the changes array returned by get_vibe_edit_status: field-level before/after entries, each with an index and a path. 4) Call apply_vibe_edit with all=true (accept everything) or a subset via indices/paths. 5) Call publish_landing_page to make the applied changes live. scope='full' edits the whole page; scope='section' restricts the edit to one section — sectionId is REQUIRED when scope='section'. Example section keys: hero, features, pricing, cta, faq, howItWorks, showcase, categoryExplorer, replacesStack, comparisonMatrix, roiCalculator.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesLanding page slug
scopeNo'full' edits the whole page; 'section' restricts the edit to one section (sectionId required)
sectionIdNoREQUIRED when scope='section'. E.g. hero, features, pricing, cta, faq, howItWorks, showcase, categoryExplorer, replacesStack, comparisonMatrix, roiCalculator.
instructionsYesNatural-language edit instructions, e.g. 'Make the CTA more urgent'
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It explicitly discloses that 'it does NOT change anything by itself' and returns only an operationId. It also reveals the async nature (polling) and that vibe-edit sessions reside in a separate store from the generic job queue. This is rich behavioral context that fully informs the agent about side effects and operational expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but well-organized with numbered steps and inline flow annotations. Every sentence contributes to understanding the multi-step process, but the density of information makes it slightly heavier than strictly necessary. It is efficient for the complexity, though a bit over the ideal minimal size.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no output schema, the description masterfully covers the full lifecycle: returns operationId, how to poll, what to expect in the changes array, and how to proceed to apply and publish. It also handles edge cases like the separate store and sectionId requirements. The agent has everything needed to use this tool correctly without external documentation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description reinforces the scope-sectionId dependency and lists example section keys, but these are already present in the input schema. It adds workflow context rather than new parameter-level semantics, so it doesn't elevate above the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Use AI to propose an edit to a landing page based on natural-language instructions.' It also explicitly frames this as 'step 1 of a propose → review → apply flow', which distinguishes it from sibling tools like apply_vibe_edit and edit_landing_page. The verb, resource, and scope are all specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides an explicit step-by-step workflow: call this tool, poll get_vibe_edit_status (NOT get_job), review the changes array, call apply_vibe_edit, then publish_landing_page. It also clarifies when scope='section' requires sectionId. This goes beyond generic guidance by naming the exact alternative to avoid (get_job) and explaining the separate store, making the usage context unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitsandtea/postking-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server