/kandji | Type: Application | PCID required: Yes
Application MCP Servers
kandji
Apple device management
Server path:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Apple device management
/kandji | Type: Application | PCID required: Yes
| Tool | Description |
|---|---|
kandji_list_devices | List all devices in the Kandji MDM tenant |
kandji_lock_device | Send an MDM command to remotely lock a device |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID"
}
},
"required": [
"PCID"
]
}
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
device_id | string | Yes | — | The unique identifier of the device to lock |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID"
},
"device_id": {
"type": "string",
"description": "The unique identifier of the device to lock"
}
},
"required": [
"PCID",
"device_id"
]
}
