get_own_profile
Retrieve the authenticated user's profile including id, username, name, bio, and follower/following counts from the Medium dashboard API. Use this to obtain identity context for downstream operations.
Instructions
Read-only. Return the authenticated user's profile from the dashboard GraphQL API: id, username, name, bio, follower/following counts. Use this when you need 'who am I' context for downstream calls. For any other user pass the @handle to get_profile instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||