Skip to main content
Glama
ERVeepp
by ERVeepp

lpb_create_page

Create a landing page from provided fields via a mock server. Requires explicit confirmation before execution.

Instructions

创建落地页(写,需 confirm)。body 为页面字段,交由 lpb mock-server 落库。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes页面字段(title 等)
op_idNo幂等键(可选,重试时复用)
reasonNo改动理由(真执行时必填,进审计;dry-run 可不填)
confirmNofalse=仅返回 dry-run 预览;true=确认执行

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden. It transparently states that this is a write operation, requires confirmation (需 confirm), and persists to a mock server (mock-server 落库). This discloses the key side effects and risk of the operation.

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 sentence with no fluff. It conveys the essential info (create, write, requires confirm, mock-server persistence) efficiently. Slightly terse but well-structured.

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

Completeness3/5

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

The description explains the core behavior and confirm flag necessity, but does not mention what the tool returns (e.g., created page) or how the dry-run preview is presented. Given the tool's moderate complexity (dry-run vs confirm), this is a minor gap.

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 covers 100% of parameters with descriptions, so the baseline is 3. The tool description itself adds no extra parameter meaning beyond what is already in the schema. The schema descriptions are informative but not supplemented by the tool description.

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 creates a landing page (创建落地页), which is a specific verb and resource. It also distinguishes from sibling tools by noting it is a write operation requiring confirmation, and the name 'create' contrasts with update/delete/list/get siblings.

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 does not explicitly state when to use this tool versus alternatives. It mentions it is a write operation and requires confirm, but gives no guidance on choosing this over lpb_update_page or lpb_delete_page. No mention of scenarios or conditions.

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

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/ERVeepp/mcp-server'

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