get-workspace
Retrieve detailed metadata for a specific Bitbucket workspace, including projects, permissions, and configuration, to ensure accurate context for repository management and access control.
Instructions
Get detailed information about a specific Bitbucket workspace by slug.
PURPOSE: Retrieves comprehensive workspace metadata including projects, permissions, and configuration.
WHEN TO USE:
- When you need detailed information about a specific workspace
- When you need to check workspace permissions or membership
- When you need to verify workspace settings or configuration
- After using list-workspaces to identify the relevant workspace
- Before performing operations that require detailed workspace context
WHEN NOT TO USE:
- When you don't know which workspace to look for (use list-workspaces first)
- When you just need basic workspace information (slug, name)
- When you're only interested in repositories (use list-repositories directly)
RETURNS: Detailed workspace information including slug, name, type, description, projects, and permission levels.
EXAMPLES:
- Get workspace: {workspace: "myteam"}
ERRORS:
- Workspace not found: Verify the workspace slug is correct
- Permission errors: Ensure you have access to the requested workspace
- Rate limiting: Cache workspace information when possible
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workspace | Yes | Workspace slug to retrieve detailed information for. Must be a valid workspace slug from your Bitbucket account. Example: "myteam" |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Atlassian Bitbucket MCP Server
Related Tools
- @aashari/mcp-server-atlassian-bitbucket
- @aashari/mcp-server-atlassian-bitbucket
- @aashari/mcp-server-atlassian-bitbucket
- @garc33/bitbucket-server-mcp-server
- @aashari/mcp-server-atlassian-bitbucket