mmla_validate_code
Validate Python code against MMLA specifications using BlueMouse's failure pattern database to prevent logic errors before execution.
Instructions
Validate code against MMLA specification.
🚨 核心修正 1: 絕對門禁檢查 只有狀態為 GREEN 的節點才能進行代碼驗證
Args: code: The Python code to validate node_id: The MMLA node ID to validate against use_agentic_loop: If True, use Agentic Loop with auto-fix (up to 16 retries)
Returns: JSON string with validation results
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| node_id | Yes | ||
| use_agentic_loop | No |