Create an empty file at the specified path.
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.
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.
Attacks that exploit this kind of access
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.
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.
create_file is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
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.
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.
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.
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 →