get_team
Retrieve detailed information about a specific team by providing its unique ID using the Devici MCP Server, enabling efficient management of team-related resources in threat modeling.
Instructions
Get a specific team by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
team_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"team_id": {
"title": "Team Id",
"type": "string"
}
},
"required": [
"team_id"
],
"title": "get_teamArguments",
"type": "object"
}