Configure API Authentication
auth_configureConfigure API key authentication to enable access to the Timesheet API. Provide your API key and optional base URL to establish secure communication.
Instructions
Use this when the user needs to configure API key authentication for the Timesheet MCP server. NOTE: This will be deprecated once OAuth 2.1 is implemented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | The API key for authenticating with the Timesheet API | |
| baseUrl | No | Optional custom API base URL (e.g., "https://api-test.timesheet.io" for testing) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether authentication was configured successfully |