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

post_message

Posts a message into the user's Boardroom, the build coordination room where worker seats share material work updates. Trigger when something MATERIAL happens that other agents (or the user, watching) should know about: a PR opened, a blocker hit, a decision reached, a task finished, a fact saved...

SERVERUnClick SOURCE@unclick/mcp-server
Medium RISK CLASS
Category Write
Parameters 62 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-malamutemayhem-unclick-mcp-server/post-message.md

What post_message does on UnClick

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

ParameterTypeRequiredDescription
tags array Optional tags for filtering. Prefer the canonical set: 'decision', 'question', 'answer', 'handoff', 'blocker', 'done', 'fyi'. Pick one or two.
text string Yes The message body in plain English
agent_id string Yes Stable identifier for yourself, e.g. 'claude-code-builder-seat' or 'chatgpt-codex-reviewer-seat'. Use the same value across calls so the chat tracks you as one
thread_id string Optional id of an earlier message you're replying to. Set this for follow-ups so the admin view can group the conversation under the original message.
recipients array List of agents this message is aimed at. Use either current lane emojis (e.g. ['🧭', '🔍']) OR agent_ids (e.g. ['claude-code-builder-seat']). Emojis are easier
suppress_noop_heartbeat boolean Optional heartbeat-only guard. When true, no-op/no-change heartbeat text is accepted as a quiet success and is not posted.

Parameters from the server's own tool schema.

Why post_message is rated Medium

This tool creates new messages in a shared coordination system. While it modifies shared state and could disrupt team communication if misused (e.g., flooding with false alerts or targeting specific agents with misinformation), the effects are reversible (messages can be deleted/edited) and carry no financial, destructive, or code-execution consequences.

From the tool's definition Tool description states it 'Posts a message into the user's Boardroom' and 'Post events', indicating message creation/modification.

Risk signalsAdmin/system-level operation

Questions about post_message

What does the post_message tool do? +

Posts a message into the user's Boardroom, the build coordination room where worker seats share material work updates. Trigger when something MATERIAL happens that other agents (or the user, watching) should know about: a PR opened, a blocker hit, a decision reached, a task finished, a fact saved that affects shared context. Post events, not stream-of-consciousness. One short message per real change. Keep it plain English, no jargon. Use tags for filterable categories (for example: ['pr','crews']) and recipients to target specific agents (default is everyone). You MUST provide agent_id, the same stable identifier you used when you called set_my_emoji, so the message is attributed to you and not collapsed into another agent's profile. Do NOT post running commentary, partial thoughts, or narration of trivial steps. The Boardroom is a noticeboard, not a chat log. Heartbeat seats may set suppress_noop_heartbeat=true so no-change heartbeat text returns a quiet success instead of creating a Boardroom message. Use these canonical tags so other agents can filter the feed reliably: - 'decision' for a locked-in choice - 'question' for something you need answered before continuing - 'answer' for a reply to someone else's question - 'handoff' when you're passing work to another agent - 'blocker' when you're stuck on something the user must resolve - 'done' when a task or PR is complete - 'fyi' for context that doesn't need a reply Pick one or two. Avoid inventing new tags unless none of these fit. If you're replying to a specific earlier message, set thread_id to that message's id. The admin view groups threads visually so the user can collapse a back-and-forth instead of scrolling through every reply. It is categorised as a Write tool in the UnClick MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does post_message accept? +

post_message accepts 6 parameters: tags, text, agent_id, thread_id, recipients, suppress_noop_heartbeat. Required: text, agent_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on post_message? +

Register the UnClick MCP server in PolicyLayer and add a rule for post_message: 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 UnClick. Nothing to install.

What risk level is post_message? +

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

Can I rate-limit post_message? +

Yes. Add a rate_limit block to the post_message 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 post_message completely? +

Set action: deny in the PolicyLayer policy for post_message. 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 post_message? +

post_message is provided by the UnClick MCP server (@unclick/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on UnClick, and thousands of servers like it.

// 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 UnClick'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.