Skip to main content
Glama

zero_delete_element

Delete Zero Block elements from a Tilda page by ID, index, or text content. Publishes the page automatically.

Instructions

Удалить элемент(ы) Zero Block по id/index/тексту. По умолчанию публикует.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoКлюч/id элемента в модели (см. zero_get_elements)
indexNoПозиция элемента в порядке обхода (0-based)
matchNoRegexp по содержимому блока — найти Zero Block, если recId неизвестен
recIdNoЧисловой recid Zero Block (если известен)
pageidYesID страницы Tilda
publishNoОпубликовать страницу после изменения (по умолчанию true)
textContainsNoЭлемент, у которого любое текстовое поле содержит эту подстроку
Behavior2/5

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

No annotations provided, so description carries full burden. It adds that publishing is default (restating schema), but does not disclose destructiveness, reversibility, or behavior with multiple selectors. Schema already covers parameter defaults.

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?

Single sentence is efficient, but could be improved by explaining selector priority or adding a note about multiple matches.

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 7-parameter deletion tool with no output schema and no annotations, the description is too sparse. Lacks behavioral details like error handling, confirmation requirements, or interaction between selectors.

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 has 100% coverage, so baseline is 3. Description adds no extra meaning beyond what the schema provides for each parameter.

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 the action (delete) and resource (Zero Block elements) and specifies selection methods (id/index/text). It distinguishes from siblings like zero_add_element or zero_update_element, though it could be more explicit about the scope of deletion.

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 guidance on when to use this tool versus alternatives like zero_update_element. Does not mention prerequisites, such as knowing the page ID, or when deletion is appropriate.

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/skiddgoddamn/tilda-mcp-cdp'

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