Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Apple device management
/jamf
jamf_create_computer_group
jamf_retrieve_user_list
groupName
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" ] }
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID" } }, "required": [ "PCID" ] }