create_rule_readme
Create and save a README.md file for a compliance rule after user confirms the previewed content.
Instructions
Create and save README.md file after user confirmation.
README CREATION:
This tool actually creates and saves the README.md file after the user has reviewed and confirmed the preview content from generate_rule_readme_preview().
WORKFLOW:
User has already reviewed README content from preview
User confirmed the content is acceptable
This tool receives the complete README.md content as string
MCP saves the README file and returns access details
Args: rule_name: Name of the rule for which to create README readme_content: Complete README.md content as string
Returns: Dict containing README creation status and access details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_name | Yes | ||
| readme_content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||