• Tools
Tools
  • Tools
loading...
No Results
  • AirDroid Business
    • Index
    • Clear app data and cache
    • Create a group
    • Delete groups
    • Disable lost mode
    • Error codes
    • Enable lost mode
    • Field reference
    • Get average screen time
    • Get account activities
    • Get a group
    • Get a group id by group name
    • Get a device by name
    • Get a device app by name
    • Get an activity log
    • Get all devices
    • Get all device apps
    • Get all devices with filter
    • Get device info push
    • Get device location report
    • Get device network connection history
    • Get device application usage duration
    • Get device application report
    • Get device online status report
    • Get device remote access report
    • Get data usage overview and trends
    • Get tag ids by tag names
    • Get top 10 apps by usage duration
    • Get top 10 data usage apps
    • Lock a device
    • Move devices to a group
    • Open app to foreground
    • Power off a device
    • Reboot device
    • Remote operation
    • Set tags
    • Turn off device screen
    • Unenroll a device
    • Update a device name
    • Update a device remark
    • Update a group name
    • Update a group remark
  • System Tools
    • Code
    • CSV
    • Crypto
    • Data Shaping
    • Date & Time
    • Delay
    • Documents
    • QRCode
    • Search&Crawl
    • Text
    • Xml
  • ActiveCampaign
  • Asana
  • AWS-S3
  • AWS Lambda
  • Appstore
  • BambooHR
  • Bitbucket
  • Brevo
  • Coda
  • ConvertKit
  • Clockify
  • DingTalk
  • Discourse
  • Discord
  • Dropbox
  • Elastic Security
  • FeiShu
  • Firecrawl
  • Freshdesk
  • Freshservice
  • Freshworks CRM
  • Gerrit
  • Gitlab
  • Github
  • Grafana
  • Google Ads
  • Google Docs
  • Google Drive
  • Google Gmail
  • Google Sheets
  • Google Analytics
  • Google Calendar
  • Google Developer
  • Harvest
  • HaloPSA
  • Hacker News
  • Hubspot
  • Help Scout
  • Intercom
  • Jira
  • Jenkins
  • Kafka
  • Linear
  • Lemlist
  • MySQL
  • monday.com
  • Metabase
  • MailChimp
  • Microsoft Excel
  • Microsoft Teams
  • Microsoft To Do
  • Microsoft OneDrive
  • Microsoft Outlook
  • Microsoft SharePoint
  • Notion
  • Nextcloud
  • Odoo
  • Ortto
  • Okta
  • PayPal
  • Paddle
  • Pipedrive
  • PostHog
  • PostgreSQL
  • OpenAI
  • Qdrant
  • QuickBooks
  • Redis
  • Strapi
  • Stripe
  • Splunk
  • Spotify
  • Shopify
  • SendGrid
  • Segment
  • ServiceNow
  • Trello
  • Twilio
  • Todoist
  • Telegram
  • Webflow
  • Wikipedia
  • WordPress
  • WooCommerce
  • YouTube
  • Zulip
  • Zoom
  • Zendesk
  • Zammad
  • Zoho CRM
Home > Tools > AirDroid Business

Index

This page lists all available AirDroid Business tools, organized by category.

๐Ÿ“ฑ Device Management (Devices)

Tools for querying and managing enterprise devices.

Display Name Tool Name Description Risk
Get All Devices airdroid_business_get_devices Get paginated device list with single-field keyword filtering ๐ŸŸข
Get All Devices With Filter airdroid_business_get_devices_with_filter Advanced device filtering with operators (eq, ne, gt, lt, between, etc.) ๐ŸŸข
Get a Device by Name airdroid_business_get_device_by_name Get device details by exact name match ๐ŸŸข
Get All Device Apps airdroid_business_get_device_apps Get all apps installed on a device ๐ŸŸข
Get a Device App by Name airdroid_business_get_device_app_by_name Get a specific app's info by package name ๐ŸŸข
Get Device Info Push airdroid_business_get_device_info_push Push to refresh device real-time status ๐ŸŸข
Get Tag IDs by Tag Names airdroid_business_get_tag_ids_by_tag_names Convert tag names to tag IDs ๐ŸŸข
Remote Operation airdroid_business_remote_operation Get device access URL for browser or iframe ๐ŸŸข
Set Tags airdroid_business_set_tags Assign tags to a device ๐ŸŸ 
Update a Device Name airdroid_business_update_device_name Update device display name ๐ŸŸ 
Update a Device Note airdroid_business_update_device_note Update device note/remark ๐ŸŸ 
Move Devices to a Group airdroid_business_move_devices_to_group Move devices to a target group ๐ŸŸ 

Common Scenarios:

  • View enterprise device inventory
  • Monitor device online status
  • Filter devices by various criteria
  • Manage device tags and metadata
  • Get temporary remote access URL

๐Ÿ“ Group Management (Groups)

Tools for managing device groups and hierarchy.

Display Name Tool Name Description Risk
Get a Group airdroid_business_get_group Get group details by GroupId ๐ŸŸข
Get a Group ID by Group Name airdroid_business_get_group_id_by_group_name Look up GroupId from group name ๐ŸŸข
Create a Group airdroid_business_create_group Create a new device group ๐ŸŸ 
Update a Group Name airdroid_business_update_group_name Rename a device group ๐ŸŸ 
Update a Group Remark airdroid_business_update_group_remark Update group description/remark ๐ŸŸ 
Delete Groups airdroid_business_delete_groups Delete one or more groups ๐Ÿ”ด

Common Scenarios:

  • View group hierarchy and structure
  • Create new device groups with nesting
  • Look up GroupId from a known group name

โšก Remote Commands (Commands)

Tools for sending remote commands to devices.

Display Name Tool Name Description Risk
Reboot Device airdroid_business_reboot_device Remotely reboot a device ๐Ÿ”ด
Power off a Device airdroid_business_power_off_device Remotely power off a device ๐Ÿ”ด
Lock a Device airdroid_business_lock_device Lock device screen with optional password ๐ŸŸ 
Turn Off Device Screen airdroid_business_turn_off_device_screen Turn off device screen (screen rest) ๐ŸŸ 
Enable Lost Mode airdroid_business_enable_lost_mode Enable lost mode with custom message ๐ŸŸ 
Disable Lost Mode airdroid_business_disable_lost_mode Disable lost mode on a device ๐ŸŸ 
Open App to Foreground airdroid_business_open_app_to_foreground Open a specific app to foreground ๐ŸŸ 

Important Notes:

  • Command operations require the device to be online
  • Offline devices will execute commands upon next connection
  • Confirm device status before sending commands
  • Most commands are async; use Get an Activity Log with returned Pid to track status

๐Ÿ“Š Reports & Analytics (Reports)

Tools for generating reports and analytics.

Display Name Tool Name Description Risk
Get an Activity Log airdroid_business_get_activity_log Track async operation status via Pid ๐ŸŸข
Get Account Activities airdroid_business_get_account_activities Get account-level operation audit logs ๐ŸŸข
Get Average Screen Time airdroid_business_get_average_screen_time Get device average screen time statistics ๐ŸŸข
Get Data Usage Overview and Trends airdroid_business_get_data_usage_overview_and_trends Get data usage overview and trends ๐ŸŸข
Get Device Application Report airdroid_business_get_device_application_report Get organization-wide app installation report ๐ŸŸข
Get Device Application Usage Duration airdroid_business_get_device_application_usage_duration Get per-device app usage duration ๐ŸŸข
Get Device Location Report airdroid_business_get_device_location_report Get device location history ๐ŸŸข
Get Device Network Connection History airdroid_business_get_device_network_connection_history Get network connection change history ๐ŸŸข
Get Device Online Status Report airdroid_business_get_device_online_status_report Get device online/offline duration stats ๐ŸŸข
Get Device Remote Access Report airdroid_business_get_device_remote_access_report Get remote access session history ๐ŸŸข
Get Top 10 Apps by Usage Duration airdroid_business_get_top_10_apps_by_usage_duration Get top 10 apps ranked by usage time ๐ŸŸข
Get Top 10 Data Usage Apps airdroid_business_get_top_10_data_usage_apps Get top 10 apps ranked by data consumption ๐ŸŸข

Common Scenarios:

  • Track async command execution status
  • Audit administrator operations
  • Monitor device screen time and usage patterns
  • Analyze network data consumption
  • Audit remote access activities
  • Generate location and connectivity reports

๐Ÿ”’ Security Operations (Security)

High-risk security operations. Use with caution.

Display Name Tool Name Description Risk
Clear App Data and Cache airdroid_business_clear_app_data_and_cache Clear data and cache for a specific app ๐Ÿ”ด
Unenroll a Device airdroid_business_unenroll_device Remove a device from the organization ๐Ÿ”ด

โš ๏ธ High-Risk Operation Warning:

  • These operations are destructive โ€” requires Confirm=true + Reason parameter
  • Unenroll a Device is irreversible โ€” re-enrollment requires physical device access
  • Android Enterprise (Zero-Touch/KME) devices may be factory reset upon unenrollment
  • Verify device info via Get a Device by Name before executing

Tool Selection Guide

Which Query Tool Should I Use?

Scenario Recommended Tool Reason
Simple single-field search Get All Devices Keyword supports one field at a time, fuzzy match
Complex multi-field filtering Get All Devices With Filter Supports operators (eq, gt, lt, between), up to 5 AND conditions
Find one device by exact name Get a Device by Name Faster, returns single record
Need real-time device data Get Device Info Push + Get All Devices Push refreshes data, then query
Check apps on a device Get All Device Apps Paginated app list
Check one specific app Get a Device App by Name Requires exact package name

Where Do I Get ID Parameters?

Parameter How to Obtain
DeviceId From Get All Devices or Get a Device by Name โ€” use the device_id field in the output
GroupId From Get a Group ID by Group Name โ€” exact, case-sensitive group name match
TagIds From Get Tag IDs by Tag Names โ€” exact, case-sensitive tag name match
Pid Returned by async operations (Reboot, Lock, etc.) โ€” used with Get an Activity Log
Updated on: Feb 13, 2026
Was This Page Helpful?
Next Clear app data and cache
Discussion

Leave a Reply. Cancel reply

Your email address will not be published. Required fields are marked*

Product-related questions?Contact Our Support Team to Get a Quick Solution>
On this page
  • ๐Ÿ“ฑ Device Management (Devices)
  • ๐Ÿ“ Group Management (Groups)
  • โšก Remote Commands (Commands)
  • ๐Ÿ“Š Reports & Analytics (Reports)
  • ๐Ÿ”’ Security Operations (Security)
  • Tool Selection Guide
    • Which Query Tool Should I Use?
    • Where Do I Get ID Parameters?
loading...
No Results