get_own_profile
Retrieve your own Zulip user profile to verify authentication and identify the connected user.
Instructions
Get the authenticated user's own profile.
Use this to verify the connection is working and to see who is authenticated. This is the first tool to call when setting up.
Returns: JSON object with user profile: user_id, email, full_name, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |