login
Authenticate using email and password, storing the JWT token for subsequent API calls. Invoke this first to access authenticated endpoints.
Instructions
Authenticate with the backend API using email and password. Stores the JWT token for subsequent authenticated requests. Call this first before any other tool that requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | User email address | ||
| password | Yes | User password |