/jamf | Type: Application | PCID required: Yes
Application MCP Servers
jamf
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
/jamf | Type: Application | PCID required: Yes
| Tool | Description |
|---|---|
jamf_create_computer_group | Create a new computer group in Jamf Pro |
jamf_retrieve_user_list | Retrieve all user accounts in Jamf Pro |
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
groupName | string | Yes | — | Name for the new computer group |
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID"
},
"groupName": {
"type": "string",
"description": "Name for the new computer group"
}
},
"required": [
"PCID",
"groupName"
]
}
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID"
}
},
"required": [
"PCID"
]
}
