Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JAMF_URL | Yes | Your Jamf Pro instance URL (e.g., https://your-instance.jamfcloud.com) | |
| JAMF_CLIENT_ID | Yes | Your Jamf Pro API client ID | |
| JAMF_READ_ONLY | No | Set to 'true' to prevent any modifications to Jamf Pro | false |
| JAMF_DEBUG_MODE | No | Enable debug logging for troubleshooting | false |
| JAMF_MAX_RETRIES | No | Maximum number of retry attempts for failed requests | 3 |
| JAMF_RETRY_DELAY | No | Initial retry delay in milliseconds | 1000 |
| JAMF_ENABLE_RETRY | No | Enable automatic retries for failed requests | true |
| JAMF_CLIENT_SECRET | Yes | Your Jamf Pro API client secret | |
| JAMF_RETRY_MAX_DELAY | No | Maximum retry delay in milliseconds | 10000 |
| JAMF_USE_ENHANCED_MODE | No | Enable enhanced error handling and retry logic features | false |
| JAMF_ENABLE_RATE_LIMITING | No | Enable rate limiting to prevent API throttling | false |
| JAMF_ENABLE_CIRCUIT_BREAKER | No | Enable circuit breaker to prevent cascading failures | false |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |