write_document
Generate or overwrite markdown documents by specifying content and file path. Automatically creates parent directories if needed. Use to manage and update documentation files efficiently.
Instructions
Create a new markdown document or completely overwrite an existing document with new content. Use with caution as it will overwrite existing documents without warning. Can create parent directories if they don't exist.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | ||
createDirectories | No | ||
path | Yes |