is_admin
Determine if the current process runs with elevated administrator privileges on Windows, returning a JSON status to help avoid permission-related errors.
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 |