New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

publish_flyer

Publish an HTML document at a short public URL and return the link. Use this when the user wants to view a page you made in a real browser, send it to someone, or open it on another device — anywhere handing back raw markup is not good enough. The link works for anyone who has it, with no account...

SERVERFlingflyers SOURCEhttps://flingflyers.com/mcp
Medium RISK CLASS
Category Write
Parameters 21 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/com-flingflyers-flingflyers/publish-flyer.md

What publish_flyer does on Flingflyers

AI agents use publish_flyer to create or update resources in Flingflyers, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Flingflyers environment.

ParameterTypeRequiredDescription
html string Yes The complete HTML document, including <!doctype html>. Must be self-contained.
ttl_hours integer How long the link should live, in hours. Default 168 (7 days), maximum 720 (30 days).

Parameters from the server's own tool schema.

Why publish_flyer is rated Medium

The primary action is creating and publishing a new document at a public URL. While the operation is reversible (via sibling tool revoke_flyer), it creates a new artifact with side effects: the published content becomes publicly accessible and may be shared. This qualifies as Write rather than Read.

From the tool's definition Tool description states 'Publish an HTML document at a short public URL and return the link' — this creates a new publicly accessible resource.

Risk signalsAccepts raw HTML/template content (html)

Questions about publish_flyer

What does the publish_flyer tool do? +

Publish an HTML document at a short public URL and return the link. Use this when the user wants to view a page you made in a real browser, send it to someone, or open it on another device — anywhere handing back raw markup is not good enough. The link works for anyone who has it, with no account and no sign-in, and expires on its own (7 days by default). It is public: anyone with the URL can read the page, so do not publish anything the user would not post openly, and confirm first unless they have asked you to share it. Plain (unencrypted) only. The document reaches the server as text, so this cannot produce an encrypted flyer — for that the user runs npx flingflyers <file> -e --persist on their own machine, where the key is generated locally and never sent. Say so rather than implying this is private. Single self-contained document: inline the CSS, JS and images, or use data URIs. External file references will not resolve. It is categorised as a Write tool in the Flingflyers MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does publish_flyer accept? +

publish_flyer accepts 2 parameters: html, ttl_hours. Required: html. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on publish_flyer? +

Register the Flingflyers MCP server in PolicyLayer and add a rule for publish_flyer: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Flingflyers. Nothing to install.

What risk level is publish_flyer? +

publish_flyer is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit publish_flyer? +

Yes. Add a rate_limit block to the publish_flyer rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block publish_flyer completely? +

Set action: deny in the PolicyLayer policy for publish_flyer. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides publish_flyer? +

publish_flyer is provided by the Flingflyers MCP server (https://flingflyers.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Flingflyers, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Flingflyers's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.