Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OKTA_ORG_URL | Yes | Your complete Okta domain URL (e.g., https://dev-123456.okta.com) | |
OKTA_API_TOKEN | Yes | Your Okta Admin API token |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_user | Retrieve detailed user information from Okta by user ID, including profile, account status, dates, employment details, and contact information |
get_user_last_location | Retrieve the last known location and login information for a user from Okta system logs |
list_users | List users from Okta with optional filtering and pagination |
list_groups | List user groups from Okta with optional filtering and pagination |