User Information
2 tools for reading Bitbucket user profiles.
bb_get_user
Section titled “bb_get_user”Get information about a Bitbucket user by username or UUID. If selected_user is omitted, returns information about the authenticated user.
| Parameter | Required | Description |
|---|---|---|
selected_user | No | Username or UUID of the user to look up (omit for current user) |
Example prompt:
“Get profile for user johndoe”
bb_get_current_user
Section titled “bb_get_current_user”Get information about the currently authenticated user — the account associated with the configured BITBUCKET_API_TOKEN and BITBUCKET_EMAIL.
Parameters: None required.
Example prompt:
“Who am I logged in as?”