bitbucket_get_projects
Retrieve and filter Bitbucket projects accessible to authenticated users by name, permission level, or pagination parameters.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter projects by name (substring match) | |
| permission | No | Filter by permission: PROJECT_VIEW, PROJECT_ADMIN, REPO_READ, etc. | |
| start | No | Pagination start index | |
| limit | No | Max results to return (1-1000) |