get_component
Retrieve a specific component by its ID using the Devici MCP Server, enabling precise management of threat modeling resources within your security workflows.
Instructions
Get a specific component by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"component_id": {
"title": "Component Id",
"type": "string"
}
},
"required": [
"component_id"
],
"title": "get_componentArguments",
"type": "object"
}