Check authentication status
statusChecks whether the current client has a valid Misar.Blog API key and identifies the account. Run first on auth errors to detect missing, invalid, or valid credentials before write operations.
Instructions
Report whether this client holds a working Misar.Blog API key, and which account it belongs to.
Run it first when anything is failing with an auth error, and before a run of write operations, so you find out up front rather than midway. It distinguishes three states: no key stored, a key that is stored but rejected, and a valid key with its username. If it reports no key, run login.
Reads only; it never creates or rotates a key — login does that. Takes no parameters. Unlike most tools here it does not fail when unauthenticated: 'not authenticated' is a normal successful answer, not an error. For plan and quota, use upgrade; for the full profile, get_profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||