convert_data

Convert data from one format to another using pandas.

Server VisiData MCP Server moeloubani/visidata-mcp
Category Write
Risk class Medium
Parameters 00 required

What convert_data does on VisiData MCP Server

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

Why convert_data needs a policy

The tool transforms data between formats (e.g., CSV to JSON, Excel to Parquet), which is a reversible modification operation. No execution of arbitrary code, deletion, financial impact, or destructive action is implied. The ability to convert formats is Write-tier because the output is a new representation that can be undone or regenerated.

From the tool's definition Tool description states it 'Convert data from one format to another using pandas' — this creates or modifies data in a new format without permanently destroying the original.

Questions about convert_data

What does the convert_data tool do? +

Convert data from one format to another using pandas. It is categorised as a Write tool in the VisiData MCP Server MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on convert_data? +

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

What risk level is convert_data? +

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

Can I rate-limit convert_data? +

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

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

convert_data is provided by the VisiData MCP Server MCP server (moeloubani/visidata-mcp). 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.