Get Projects
bitbucket_get_projectsRetrieve Bitbucket projects accessible to the authenticated user. Filter by project name or permission level for specific results.
Instructions
Get a list of Bitbucket projects.
Returns projects the authenticated user has access to. Use name to filter
by project name, and permission to filter by access level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter projects by name (substring match) | |
| limit | No | Max results to return (1-1000) | |
| start | No | Pagination start index | |
| permission | No | Filter by permission: PROJECT_VIEW, PROJECT_ADMIN, REPO_READ, etc. | |
| response_format | No | Output format: markdown (default) or json | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |