Discover Commands
discover_commandsInspect live micrOS devices to list their available modules and command signatures. Use after device discovery, firmware updates, or when expected capabilities are missing.
Instructions
Learn which modules and command signatures are available on live micrOS devices. Use this after discovering a device, after its firmware or modules change, or when search_devices does not show an expected capability. Omit deviceTag to inspect all known devices, or provide a UID, IP address, or device name fragment to inspect matching devices. Use password when micrOS app authentication is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Socket timeout in seconds. Defaults to 10. | |
| verbose | No | Enable verbose micrOS client logging. | |
| password | No | Optional micrOS app password if auth is enabled. | |
| deviceTag | No | Optional device UID, IP address, or partial device name. Omit to inspect all cached devices. | |
| concurrency | No | Maximum devices to inspect in parallel when deviceTag is omitted. Defaults to 3. |