Bloomy MCP

get_authenticated_user_id

Get the ID of the currently authenticated user.

Uses a special mutation to retrieve the ID of the user associated with the current API token. Returns: User ID string if successful, None if user not found, or error message string Raises: Exception: Handled internally, returns error message as string

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "properties": {}, "title": "get_authenticated_user_idArguments", "type": "object" }