list_components
Retrieve all system architecture components as a markdown list, optionally filtered by type, to identify attack surfaces for threat modeling.
Instructions
List all components in the architecture.
This tool lists all components in the system architecture.
Args: ctx: MCP context for logging and error handling type: Optional type to filter components
Returns: A markdown-formatted list of components
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional type to filter components |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |