get_cwe_info
Fetch vulnerability metadata for specified CWE IDs, including descriptions and classification details, to support security analysis.
Instructions
Get metadata for specified CWE ID(s)
Args: ids: Comma-separated list of CWE IDs (with or without 'CWE-' prefix) Example: "79" or "CWE-79" or "79,89,CWE-22"
Returns: Dictionary with CWE metadata or error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |