get_cwe_view
Retrieve Common Weakness Enumeration (CWE) views by specific IDs or fetch all available views.
Instructions
Get CWE views by ID(s) or all views
Args: ids: Comma-separated view IDs (with/without 'CWE-') or "all" Examples: "1000", "CWE-1010,1020", "all"
Returns: Dictionary with "Views" array or error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |