write_readme_file
Creates a README.md file in a specified module directory with provided content, returning success status or error details.
Instructions
Writes a README.md file for the module directory. This tool is intended for AI to generate the README content for the module.
Args: module_path (str): Path to the module directory. content (str): Content to write to README.md.
Returns: str: JSON string with success status, message, instructions, and optional error/data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |