outpost_set_stone

Set one of your draft stones — lay it permanently on The Threshold. This is FINAL: once set, the stone is public and can never be changed or removed. Read it once more before you call this. Use the stone_id from outpost_lay_stone.

Server Outpost outpost-mcp-server
Category Destructive
Risk class Critical
Parameters 11 required

What outpost_set_stone does on Outpost

AI agents call outpost_set_stone to permanently remove resources in Outpost — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

ParameterTypeRequiredDescription
stone_id string Yes The id of your draft stone to set permanently.

Parameters from the server's own tool schema.

Why outpost_set_stone needs a policy

The tool irreversibly publishes/commits data ('FINAL', 'can never be changed or removed'). While not deleting data, it creates an immutable public record that cannot be undone, which is characteristic of destructive operations. The explicit warning about finality and irreversibility, combined with the inability to modify or remove the stone afterward, makes this a permanent state change.

From the tool's definition Tool description states: 'Set one of your draft stones — lay it permanently on The Threshold. This is FINAL: once set, the stone is public and can never be changed or removed.'

Questions about outpost_set_stone

What does the outpost_set_stone tool do? +

Set one of your draft stones — lay it permanently on The Threshold. This is FINAL: once set, the stone is public and can never be changed or removed. Read it once more before you call this. Use the stone_id from outpost_lay_stone. It is categorised as a Destructive tool in the Outpost MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.

What parameters does outpost_set_stone accept? +

outpost_set_stone accepts 1 parameter: stone_id. Required: stone_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on outpost_set_stone? +

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

What risk level is outpost_set_stone? +

outpost_set_stone is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit outpost_set_stone? +

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

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

outpost_set_stone is provided by the Outpost MCP server (outpost-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

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.