create_file

Create an empty file at the specified path.

Server Simple MCP karar-hayder/simple-mcp
Category Write
Risk class Medium
Parameters 00 required

What create_file does on Simple MCP

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

Why create_file needs a policy

This tool creates new files, which is a reversible modification of data and system state. It does not delete, execute code, or move money, so it falls under Write rather than a more severe category. Severity is medium because an agent could create many files rapidly, fill disk space, or create files that interfere with system operation, though individual file creation is generally recoverable.

From the tool's definition Tool description explicitly states 'Create an empty file at the specified path.' The verb 'create' and the action of file creation are clear indicators of a Write operation that modifies the filesystem by adding new data/files.

Questions about create_file

What does the create_file tool do? +

Create an empty file at the specified path. It is categorised as a Write tool in the Simple MCP MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on create_file? +

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

What risk level is create_file? +

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

Can I rate-limit create_file? +

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

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

create_file is provided by the Simple MCP server (karar-hayder/simple-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

create_file is one line of Simple'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.