get_business_unit
Retrieve detailed information about a specific business unit by providing its ID. Integrates with the SD Elements MCP Server to support security development lifecycle processes.
Instructions
Get detailed information about a specific business unit
Input Schema
Name | Required | Description | Default |
---|---|---|---|
business_unit_id | Yes | The ID of the business unit to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"business_unit_id": {
"description": "The ID of the business unit to retrieve",
"minimum": 1,
"type": "integer"
}
},
"required": [
"business_unit_id"
],
"type": "object"
}