Skip to main content
Glama

delete_landing_page

Permanently delete a landing page by providing its slug. Confirm the deletion to proceed; this action cannot be undone.

Instructions

Permanently delete a landing page. Pass confirm: true to proceed — this is irreversible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesLanding page slug
confirmYesMust be true to confirm deletion
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It states that deletion is permanent and irreversible, which is critical. However, it does not mention potential cascading effects on versions, assets, or permissions, leaving some ambiguity.

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?

Two short sentences, front-loaded with the core purpose. The second sentence gives the necessary confirmation step and a warning. There is no unnecessary verbiage.

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

Completeness4/5

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

For a simple destructive operation with two well-described parameters and no output schema, the description is largely sufficient. It covers the action, the required confirmation, and the irreversibility. It could mention side effects, but that is not critical for this low-complexity 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?

The schema covers both parameters (slug and confirm) with 100% description coverage. The description adds minimal value beyond the schema, only clarifying that confirm is needed to proceed, which is already encoded by const: true.

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 a specific action ('Permanently delete') and a specific resource ('a landing page'). This distinguishes it from sibling tools like delete_lp_version (which deletes a version, not the whole page) and delete_side_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?

There is no guidance on when to use this tool versus alternatives like delete_lp_version or unpublishing. The only instruction is to pass confirm: true, which is a procedural requirement rather than a usage context.

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