Skip to main content
Glama
lindoai

mcp-lindoai

Official

Publish Page

publish_page

Publish a static page to a website by specifying the URL path, HTML content, and SEO page title.

Instructions

Publish a static page with HTML content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
htmlYesPage content in HTML
pathYesURL path (e.g. /about)
page_titleYesPage title for SEO
website_idYesThe website ID
Behavior2/5

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

Annotations already indicate a write operation (readOnlyHint=false) and no destruction (destructiveHint=false). The description adds only 'HTML content' but does not clarify key behaviors such as whether it creates or overwrites pages, what happens on conflict, or any side effects of the openWorldHint=true annotation.

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, concise sentence that is front-loaded and easy to read. However, it is somewhat terse and could include more detail without sacrificing conciseness.

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?

Given that there is no output schema and the tool has four required parameters, the description is insufficient. It does not explain return values, error conditions, or the overall effect of publishing a page. The minimal description leaves significant gaps for an agent to safely 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?

All four parameters have descriptions in the input schema (100% coverage). The description does not add any additional meaning or context to the parameters, so the baseline score of 3 is appropriate.

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 'Publish a static page with HTML content' uses a specific verb ('publish') and resource ('static page'), clearly distinguishing it from sibling tools like unpublish_page, update_page, and delete_page. It also specifies the content type, which differentiates it from publish_blog.

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 is provided on when to use this tool versus alternatives. There is no mention of prerequisites, when not to use it, or references to sibling tools like update_page or create_page. The agent must infer usage from the name alone.

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

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