is_admin
Report whether the server process runs with administrator privileges on Windows, returning a JSON with is_admin status.
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 |