Skip to main content
Glama

tilda_fast_generate_landing

Generate and publish a responsive Tilda landing page from structured sections in under 4 seconds, turning content blocks into a live page.

Instructions

Generates and publishes an end-to-end responsive landing page in Tilda in <4 seconds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageIdNoTarget page ID (created if omitted)
safeModeNoHuman-like pacing delays
sectionsYes
projectIdNoTilda project ID
custom_cssNoCustom CSS/HTML for T123 embed
landingTitleNoPage titleLanding Page
style_presetNoColor preset: dark, minimal, warmminimal

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description bears the full burden of behavioral disclosure. It does surface the important side effect that the tool publishes the landing page, but it omits other relevant behaviors: whether an existing pageId is overwritten, whether a new page is created when omitted, authorization/project requirements, and reversibility.

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 a single front-loaded sentence with no filler. It could earn 5 except that phrases like 'end-to-end' and the '<4 seconds' claim add minor ambiguity/marketing flavor rather than concrete operational detail.

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

Completeness2/5

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

For a complex tool with nested sections, no annotations, and no output schema, one sentence is not enough. Missing tool-level context includes what the function returns, whether it creates or overwrites, and what happens during/after publishing. The rich input schema compensates for parameter details but not for these behavioral gaps.

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 high (86%), and the schema documents most parameters and nested structures in detail. The description adds no parameter-level meaning, but that is acceptable because the schema already carries the load; baseline 3 applies.

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 identifies the action ('Generates and publishes'), the resource ('an end-to-end responsive landing page in Tilda'), and a distinguishing speed characteristic. This is distinct from the sibling tool tilda_update_page_section, which implies updating an existing section rather than generating a new full landing page.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description does not state when to use this tool versus tilda_update_page_section, nor does it mention prerequisites like projectId or whether existing pages get replaced when pageId is supplied.

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