check_auth_status
Verify session authentication status for Bluesky API. Uses predefined environment variables for handle, app password, and service URL. Returns the current authentication state.
Instructions
Check if the current session is authenticated.
Authentication happens automatically using environment variables:
- BLUESKY_IDENTIFIER: Required - your Bluesky handle
- BLUESKY_APP_PASSWORD: Required - your app password
- BLUESKY_SERVICE_URL: Optional - defaults to https://bsky.social
Returns:
Authentication status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "check_auth_statusArguments",
"type": "object"
}