feat: update skill file

This commit is contained in:
2026-07-09 17:20:36 +03:00
parent bd90359332
commit 990a8d09b6
+7 -11
View File
@@ -35,22 +35,18 @@ Authenticate to Exchange EWS via NTLM. On first use, all fields except `domain`
are required. On subsequent logins, only `password` is needed — previously saved are required. On subsequent logins, only `password` is needed — previously saved
`serverUrl`, `email`, `username`, and `domain` are reused automatically. `serverUrl`, `email`, `username`, and `domain` are reused automatically.
If the user asks to log in and only provides a password, this is likely a
_repeated_ login — the previously saved config will be reused automatically.
Just call the `login` tool with the password alone.
| Parameter | Type | Required | Description | | Parameter | Type | Required | Description |
| ----------- | ------ | -------- | ------------------------------------------------ | | ----------- | ------ | -------- | ------------------------------------------------ |
| `serverUrl` | string | no* | EWS server URL (e.g. `https://mail.example.com`) | | `serverUrl` | string | no | EWS server URL (e.g. `https://mail.example.com`) |
| `email` | string | no* | Email address | | `email` | string | no | Email address |
| `username` | string | no* | NTLM username | | `username` | string | no | NTLM username |
| `password` | string | yes | NTLM password | | `password` | string | yes | NTLM password |
| `domain` | string | no | NTLM domain (default: `corp`) | | `domain` | string | no | NTLM domain (default: `corp`) |
\* Required only on first login; skipped on subsequent logins (loaded from saved
config).
**Usage guidance:** If the user asks to log in and only provides a password
(without `serverUrl`, `email`, or `username`), this is likely a *repeated*
login — the previously saved config will be reused automatically. Just call the
`login` tool with the password alone.
#### `check_session` #### `check_session`
Check if the current session is authenticated. No parameters. Returns Check if the current session is authenticated. No parameters. Returns