Organization
Tools for organization information.| Tool | Type | Description |
|---|---|---|
get_organization_info | Read | Get information about the organization including name, unique name, status, and system language. |
Devices
Tools for device management.| Tool | Type | Description |
|---|---|---|
get_devices | Read | Return a list of devices with advanced search and filtering. |
create_device | Write | Create a new device for an organization. Requires device type (subtype), asset number, and model name. |
update_device | Write | Update an existing device’s information including preset fields and custom fields. |
update_device_meta | Write | Update device’s meta information including assignment info (peopleId, status, dates) and location. |
Device Custom Fields
Tools for managing device custom fields.| Tool | Type | Description |
|---|---|---|
get_device_custom_fields | Read | Get all custom fields configured for an organization’s devices. |
create_device_custom_field | Write | Create a new custom field for organization devices. |
update_device_custom_field | Write | Update an existing device custom field configuration. |
delete_device_custom_field | Write | Delete a device custom field configuration. |
Identities
Tools for identity (employee) management.| Tool | Type | Description |
|---|---|---|
get_identities | Read | Return a list of multiple identities. |
get_identity | Read | Get a single identity by ID. Optionally expand with customFieldsMetadata. |
get_identity_field_configuration | Read | Get the organization-wide field configuration including preset field settings, field order, and source of truth metadata. |
get_identity_config | Read | Get field configuration for a specific individual identity. |
check_identity_management_type | Read | Determine the management type for an identity based on email or identityId. |
get_identities_stats | Read | Get identities statistics including management type counts, HR master integration info, and domain lists. |
get_identity_history | Read | Get the change history of a specific identity. Returns a paginated list of field-level changes, action types, sources, and actors. |
create_identity | Write | Create a new identity. Requires employeeStatus, employeeType, firstName, lastName. |
update_identity | Write | Update an existing identity by ID. |
delete_identity | Write | Delete an identity by ID. |
merge_identities | Write | Merge identities in batch (supports up to 50 merge operations per request). |
unmerge_identities | Write | Unmerge previously merged people or identity entities (supports up to 50 unmerge operations per request). |
bulk_update_identities | Write | Bulk update multiple identities in a single request. Provide a list of identity IDs (1-50) and a set of field updates to apply to all of them. |
archive_identity | Write | Toggle the archive flag for an identity by ID. Returns the updated identity. |
unregister_identity | Write | Toggle the unregistered management type for an identity by ID. Returns the updated identity. |
Identity Custom Fields
Tools for managing identity custom fields.| Tool | Type | Description |
|---|---|---|
get_identity_custom_fields | Read | Get all custom fields configured for an organization’s identities. |
create_identity_custom_field | Write | Create a new custom field for organization identities. |
update_identity_custom_field | Write | Update an existing identity custom field configuration. |
delete_identity_custom_field | Write | Delete an identity custom field configuration. |
Services & Accounts
Tools for SaaS service and account management.| Tool | Type | Description |
|---|---|---|
get_services | Read | Return a list of services integrations that belongs to organization along with a preview of accounts. |
get_service_accounts | Read | Return a list of accounts for a specific service. |
get_people_accounts | Read | Return a list of all SaaS accounts belonging to a person. |
create_service_account | Write | Provision a new SaaS account in a workspace. Returns a request ID to poll asynchronously. |
save_custom_accounts | Write | Bulk create, update, and/or delete custom (manually-managed) accounts on a workspace (max 200 combined items). |
create_or_update_account_memo | Write | Create or overwrite the free-text memo on a service account. |
remove_account_memo | Write | Delete the memo on a service account. |
delete_accounts | Write | Deactivate a standard account or delete a custom account. Returns a deprovision request ID to poll asynchronously. |

