get_collection
Retrieve a specific collection by its unique ID from the Devici API, enabling efficient management of threat modeling resources.
Instructions
Get a specific collection by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"collection_id": {
"title": "Collection Id",
"type": "string"
}
},
"required": [
"collection_id"
],
"title": "get_collectionArguments",
"type": "object"
}