create_design_notes
Create and save design notes for compliance rules after user confirmation, storing the complete Jupyter notebook structure to document governance controls and maintain audit trails.
Instructions
Create and save design notes after user confirmation.
DESIGN NOTES CREATION:
This tool actually creates and saves the design notes after the user has reviewed and confirmed the preview structure from generate_design_notes_preview().
WORKFLOW:
Before creating new design notes, call fetch_rule_design_notes() to check if already exist and continue the flow, if not then continue this flow
User has already reviewed notebook structure from preview
User confirmed the structure is acceptable
This tool receives the complete design notes dictionary structure
MCP saves the notebook and returns access details
Args: rule_name: Name of the rule for which to create design notes design_notes_structure: Complete Jupyter notebook structure as dictionary
Returns: Dict containing design notes creation status and access details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_name | Yes | ||
| design_notes_structure | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||