Get current Hashnode user and their publications
hashnode_get_meRetrieve your Hashnode user profile and list of publications to get the publicationId needed for creating or listing posts.
Instructions
Returns the authenticated user's profile and a list of their publications. Use this first to discover your publicationId(s) before creating or listing posts.
Returns:
id, name, username, profilePicture
publications[]: { id, title, url }
Examples:
"What is my publication ID?" → call hashnode_get_me
"List my Hashnode blogs" → call hashnode_get_me
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' (default) or 'json' | markdown |