check_auth
Verify user authentication status to determine if ideas can be committed to IdeaLift. Use when connection issues prevent committing or to confirm account access before submission.
Instructions
Check the user's IdeaLift connection status for committing ideas.
Normalize is FREE. Commit requires connection.
USE this tool when:
User explicitly asks "am I connected?", "what's my status?", "check my account"
User is confused about why a commit isn't working
You need to verify auth before a create_ticket (commit) attempt
DO NOT use this tool when:
User is just chatting or exploring ideas (normalizing is free)
User is using normalize_idea (works without auth)
There's no indication of connection issues
Note: normalize_idea works WITHOUT auth. Only COMMITTING requires connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||