healthcheck
Checks if the MCP server is configured correctly by verifying account presence, token backend, and Graph API reachability through a live GET on the default account's profile. Returns status and hints for missing configuration.
Instructions
Verify the MCP is configured + ready: accounts present, token backend, Graph reachability.
Does a live GET on the default account's profile if one is configured. Safe to call anytime; never mutates. Returns ok=false with a hint when no account is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||