Skip to main content
Glama

tilda_update_page_section

Modify a specific section of a Tilda page—such as header, pricing, or FAQ—and republish the page automatically to apply updates.

Instructions

Updates a single section on a Tilda page and republishes it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageIdYesTarget Tilda page ID
contentYesFields to update in the section
publishNoRepublish page after update
sectionYesSection name to update
recordIdNoDirect record ID (auto-resolved if omitted)
style_presetNoStyle preset override

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden. It does disclose one important side effect ('republishes it'), but it does not clarify that republishing is controlled by the publish parameter, whether content is overwritten, or what permissions or consequences the update entails. The unconditional phrasing could even mislead an agent into thinking publish cannot be disabled.

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

Conciseness5/5

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

The description is a single front-loaded sentence with no filler. It efficiently conveys the core action, scope, and a key side effect, every word earning its place.

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 mutating tool with six parameters, two enums, no annotations, and no output schema, the one-line description is too sparse. It does not explain return behavior, how style_preset or recordId affect execution, or when publishing is skipped, leaving an agent without enough context to robustly invoke the tool.

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 schema already documents all six parameters including enums and defaults. The description itself adds no parameter-level meaning, which is acceptable by the baseline of 3 when the schema is complete.

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

Purpose4/5

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

The description clearly states a specific action (update) on a specific resource (a single section on a Tilda page) and adds a meaningful consequence (republish). It is distinguishable from the sibling tilda_fast_generate_landing by the update-versus-generate contrast, though it does not explicitly name the alternative.

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?

The description provides no guidance about when to use this tool versus tilda_fast_generate_landing, nor any prerequisites or exclusions. The usage context is only implicitly inferable from the verb 'Updates' and the sibling's name, which is not enough for confident selection.

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