Skip to main content
Glama

publish_page

Publish an HTML page at name.zenvault.eu for N days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
htmlYespage HTML
nameNosubdomain name

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the key behavior of publishing for a limited time ('for N days') but does not mention overwrite semantics, access control, or what happens when the page expires. This is a minimal but not misleading transparency.

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 that perfectly packs in the verb, resource, destination, and temporal scope. Zero wasted words.

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?

For a simple publish tool, the description covers the core action but lacks usage context and behavioral details such as return values or side effects. With no output schema and many siblings, a more complete description would aid reliable selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds meaning to the 'days' parameter, which has an empty schema description, by mapping it to 'N days' in the description. It also clarifies the roles of 'name' and 'html' implicitly. This compensates for the incomplete schema coverage.

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 action (publish), resource (HTML page), target location (name.zenvault.eu), and duration (N days). It distinguishes this tool from siblings like 'create_link' by specifying the persistent domain and temporary nature.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for temporary web hosting but does not explicitly state when to use this tool versus alternatives, nor does it mention any prerequisites or exclusions. Given the large sibling list, more explicit guidance would be helpful.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources