wetrack_set_token
Store a JWT token from your WeTrack session to authenticate all subsequent API calls via the MCP server. Use this after Microsoft OAuth login to enable authorized access.
Instructions
Manually set a JWT token for all subsequent WeTrack API calls. Use this after completing Microsoft OAuth login in a browser to store your token in the MCP server session.
Args: token: The JWT Bearer token string from your WeTrack session.
After setting this, all tool calls will use Bearer automatically. The token is stored in-memory for this session only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |