Skip to main content
Glama
billkinddev

whamlink-mcp

publish_link

Publish text content (HTML, Markdown, or plain text) to a permanent, shareable URL. Control visibility: public, private, password-protected, or email-restricted.

Instructions

Publish text-based content (HTML, Markdown, or plain text) to a permanent whamlink URL. Links are public (unlisted) by default; set visibility to private/password/email to gate them. (PDF/image files aren't supported over MCP — use the whamlink dashboard or multipart API for those.) Never publish secrets or private data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYessandboxed_html (runs JS, isolated origin), sanitized_html (scripts stripped), markdown, or text
titleNo
contentYesThe text content to publish (UTF-8).
passwordNo
visibilityNoDefault public. private = owner only; password = also pass `password`; email = also pass `shareEmails`
shareEmailsNo
allowNetworkNoLet sandboxed/sanitized HTML load https CDN scripts/styles
Behavior4/5

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

With no annotations, description carries full burden. It discloses permanent nature, public default, visibility controls, and security warning. Does not mention response format or rate limits, but covers key behavioral aspects.

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?

Three sentences, front-loaded main action, then options and exclusions. No redundancy, every sentence adds value.

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 7-parameter tool with no output schema and no annotations, description covers core function, supported types, visibility, and security. Lacks explanation of title parameter and return value, but overall sufficient for agent to use correctly.

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?

Schema coverage is 57% (not high/low). Description adds meaning beyond schema: clarifies supported modes (text types) and visibility interaction with password/email. Does not explain title or shareEmails explicitly, but provides useful context.

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?

Description clearly states it publishes text-based content to a permanent whamlink URL, specifying supported types (HTML, Markdown, plain text) and explicitly ruling out PDF/images. It distinguishes from siblings (delete, list, replace, etc.) as the only creation tool.

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

Usage Guidelines5/5

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

Explicitly says when to use (text publishing) and when not to use (PDF/images, secrets). Provides alternative (dashboard/multipart API). Covers visibility options for gating content.

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/billkinddev/whamlink-mcp'

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