get_own_profile
Retrieve the authenticated user's full profile including id, handle, name, bio, photo_url, subscriber_count, and primary publication. Use this for identity verification and preflight checks before write operations.
Instructions
Read-only. Return the authenticated user's full profile as a dict with keys: id, handle, name, bio, photo_url, subscriber_count, primary_publication. Use this for 'who am I'-style calls and for preflight checks before WRITE tools (the auth handle is needed to build the publish URL). For another user's profile by handle, call get_profile instead. No args.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||