Check authentication status
statusCheck whether your Misar.Blog API key is valid and which account it belongs to. Use it first to catch authentication issues before any 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 | |||