get_guideline
Retrieve comprehensive coding guidelines for a programming language. Filter by category such as naming or async to find relevant standards.
Instructions
Get the full text of coding guidelines for a specific programming language. Optionally filter by category (e.g., naming, async, SOLID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | Programming language (e.g., "C#", "csharp", "go", "golang", "javaScript", "js", "python", "py", "typescript", "ts") | |
| category | No | Optional category/topic to filter (e.g., "naming", "async") |