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

rle_encode_decode

Run-length encode a numeric array into runs, or decode runs back to a numeric array.

SERVERUnClick SOURCE@unclick/mcp-server
High RISK CLASS
Category Execute
Parameters 31 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/rle-encode-decode.md

What rle_encode_decode does on UnClick

AI agents invoke rle_encode_decode to trigger actions in UnClick. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

ParameterTypeRequiredDescription
data array Numeric array to encode
runs array Runs to decode
operation string Yes Operation (default encode)

Parameters from the server's own tool schema.

Why rle_encode_decode is rated High

While the tool doesn't execute arbitrary code or shell commands, it does execute a specific computational algorithm (run-length encoding/decoding) on user-supplied input. This is a bounded, deterministic operation with no side effects, making it lower-risk within the Execute category. It doesn't permanently modify persistent state, and the blast radius of misuse is minimal.

From the tool's definition Tool performs encoding/decoding operations (rle_encode_decode) on numeric arrays, which requires running an algorithm to process and transform data.

Questions about rle_encode_decode

What does the rle_encode_decode tool do? +

Run-length encode a numeric array into runs, or decode runs back to a numeric array. It is categorised as a Execute tool in the UnClick MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does rle_encode_decode accept? +

rle_encode_decode accepts 3 parameters: data, runs, operation. Required: operation. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on rle_encode_decode? +

Register the UnClick MCP server in PolicyLayer and add a rule for rle_encode_decode: 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 rle_encode_decode? +

rle_encode_decode is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit rle_encode_decode? +

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

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

rle_encode_decode 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.