{"tools":[{"name":"plan_project","description":"Analyze request and create structured JSON plan","input_schema":{"type":"object","properties":{"request":{"type":"string"},"name":{"type":"string"}},"required":["request"]}},{"name":"design_architecture","description":"Design system architecture from plan","input_schema":{"type":"object","properties":{"plan":{"type":"string"},"request":{"type":"string"}},"required":["plan","request"]}},{"name":"generate_code","description":"Generate production code files from plan+architecture","input_schema":{"type":"object","properties":{"plan":{"type":"string"},"request":{"type":"string"}},"required":["plan","request"]}},{"name":"review_code","description":"Security audit + CVE detection on code","input_schema":{"type":"object","properties":{"code":{"type":"string"}},"required":["code"]}},{"name":"heal_code","description":"Auto-patch vulnerabilities and bugs","input_schema":{"type":"object","properties":{"code":{"type":"string"},"issues":{"type":"array","items":{"type":"string"}}},"required":["code","issues"]}},{"name":"debug_error","description":"Analyze runtime error and produce fix","input_schema":{"type":"object","properties":{"code":{"type":"string"},"error":{"type":"string"}},"required":["code","error"]}},{"name":"write_documentation","description":"Generate professional README for project","input_schema":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]}}],"count":7,"provider":"Qwen Cloud — dashscope-intl.aliyuncs.com","security":"typed functions only — no shell execution exposed"}