get_myself
Retrieve authenticated user details via integration with Backlog project management tools, enabling efficient access to user-specific information.
Instructions
Returns information about the authenticated user
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": false,
  "properties": {},
  "type": "object"
}