get_components_by_canvas
Retrieve components associated with a specific canvas using the Devici MCP Server. Facilitates threat modeling by organizing and accessing essential elements for effective resource management.
Instructions
Get components for a specific canvas
Input Schema
Name | Required | Description | Default |
---|---|---|---|
canvas_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"canvas_id": {
"title": "Canvas Id",
"type": "string"
}
},
"required": [
"canvas_id"
],
"title": "get_components_by_canvasArguments",
"type": "object"
}