bb_list_workspace_members
List known workspace members to resolve a person's name to their UUID. Members come from a local directory as the single source of truth.
Instructions
List known workspace members to resolve a person's name to their UUID.
Members come from the local known-members directory (see directory.py).
Bitbucket's live members API is not used: it requires the account
scope the MCP token doesn't carry, so it only ever returned 403. The
directory is the single source of truth — seed people into
directory.json or the BITBUCKET_KNOWN_MEMBERS env var.
You usually don't need to call this before bb_add_pull_request_reviewers — that tool resolves names against the same directory itself. Use this to inspect who is known, or when a name is ambiguous. If more than one member matches, present the candidates rather than guessing.
Args: query: Optional case-insensitive name filter (display name or nickname). workspace: Bitbucket workspace slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional case-insensitive name filter matched against each member's display name and nickname. Omit to list everyone. | |
| workspace | No | Bitbucket workspace slug. Defaults to BITBUCKET_WORKSPACE. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||