Check architectural patterns
check_architectural_patternsDetect architectural patterns in a code snippet by providing the source and its language, returning recognized structural patterns for analysis.
Instructions
Return detected architectural patterns for a code snippet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Source fragment to inspect for structural patterns. | |
| language | Yes | Language identifier guiding which pattern recognisers to apply (e.g. ``"python"``, ``"go"``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patterns | Yes |