is_admin
Discover if the process has administrator privileges. Returns a JSON object with a boolean admin status and platform.
Instructions
Report whether this server process is running elevated (as Administrator).
Returns: str: JSON {"ok": true, "is_admin": bool, "platform": "Windows"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |