auth_login
Log in to internal systems with support for JWT, Basic auth, SSO, and Playwright browser automation.
Instructions
登录指定内部系统(JWT/Basic 需要用户名密码,SSO 会打开浏览器,Playwright 会打开浏览器交互登录)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system | Yes | 系统名称 | |
| password | No | 密码(JWT/Basic 认证需要) | |
| username | No | 用户名(JWT/Basic 认证需要) |