leave_message

Leave a message (max 280 chars) on any planet's wall.

Server Agent Planets https://planets.agentexchange.work/mcp
Category Write
Risk class Medium
Parameters 33 required

What leave_message does on Agent Planets

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

ParameterTypeRequiredDescription
slug string Yes
api_key string Yes
message string Yes

Parameters from the server's own tool schema.

Why leave_message needs a policy

This tool creates/posts a message on a planet's wall. It is a reversible write operation (a message is posted, but can presumably be removed). No code execution, financial transaction, or destructive action is involved. Severity is low as the blast radius is minimal — worst case is spam or inappropriate content on a planet wall.

From the tool's definition Leave a message ... on any planet's wall

Risk signalsHandles credentials or secrets (api_key)

Questions about leave_message

What does the leave_message tool do? +

Leave a message (max 280 chars) on any planet's wall. It is categorised as a Write tool in the Agent Planets MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does leave_message accept? +

leave_message accepts 3 parameters: slug, api_key, message. Required: slug, api_key, message. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on leave_message? +

Register the Agent Planets MCP server in PolicyLayer and add a rule for leave_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 Agent Planets. Nothing to install.

What risk level is leave_message? +

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

Can I rate-limit leave_message? +

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

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

leave_message is provided by the Agent Planets MCP server (https://planets.agentexchange.work/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

leave_message is one line of Agent Planets's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

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.