Health check
pingVerify MCP transport with a simple echo: send a message, get 'pong' back. Works without API token or network, so it remains functional when Weeek credentials are missing or expired. Use it first.
Instructions
PRIMARY tool for connection sanity-check: returns 'pong: '. DISTINCT from weeek_get_me — ping makes NO Weeek API call (no token required, no network), so it stays green even when WEEEK_ACCESS_TOKEN is missing or expired. Use when the agent first connects to verify the MCP transport itself is alive before reaching for any weeek_* tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| msg | Yes | Message to echo back |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reply | Yes | 'pong: <msg>' |