unclick_parse_csv
Parse a CSV string into a JSON array of rows.
This record as markdown: /tools/creativelead-unclick/unclick-parse-csv.md
What unclick_parse_csv does on UnClick
AI agents invoke unclick_parse_csv 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.
| Parameter | Type | Required | Description |
|---|---|---|---|
csv | string | — | |
header | boolean | — | |
delimiter | string | — |
Parameters from the server's own tool schema.
Why unclick_parse_csv is rated High
This tool executes a data transformation (parsing CSV into JSON). It doesn't purely retrieve stored data (Read), nor does it write/modify persistent data. It runs a processing operation on provided input. Severity is low because it operates only on in-memory string data with no external side effects or persistence.
From the tool's definition "Parse a CSV string into a JSON array of rows" — transforms/processes input data
Attacks that exploit this kind of access
The rule that runs unclick_parse_csv safely
PolicyLayer is an MCP gateway: it sits between your AI agents and UnClick, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For unclick_parse_csv, this is the rule to start with:
unclick_parse_csv stays usable, but rate-capped: a runaway agent can't fire it dozens of times a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect UnClick, apply this rule, and every unclick_parse_csv call is checked against it from then on.
Questions about unclick_parse_csv
Parse a CSV string into a JSON array of rows. 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.
unclick_parse_csv accepts 3 parameters: csv, header, delimiter. The full parameter table on this page comes from the server's own tool schema.
Register the UnClick MCP server in PolicyLayer and add a rule for unclick_parse_csv: 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.
unclick_parse_csv is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the unclick_parse_csv 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.
Set action: deny in the PolicyLayer policy for unclick_parse_csv. 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.
unclick_parse_csv is provided by the UnClick MCP server (creativelead/unclick). 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.
Across the catalogue