file_write
Create or overwrite files in the workspace to generate output from skills, enabling AI agents to produce persistent results through the Skill MCP Server's modular plugin system.
Instructions
Create or overwrite a file in the workspace. Use this tool when a skill needs to generate output files.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file, relative to the workspace directory | |
| content | Yes | Content to write to the file |