Atlassian Bitbucket MCP Server

by aashari
Verified

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

NameRequiredDescriptionDefault
workspaceYesWorkspace slug to retrieve detailed information for. Must be a valid workspace slug from your Bitbucket account. Example: "myteam"

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "workspace": { "description": "Workspace slug to retrieve detailed information for. Must be a valid workspace slug from your Bitbucket account. Example: \"myteam\"", "minLength": 1, "type": "string" } }, "required": [ "workspace" ], "type": "object" }

You must be authenticated.

Other Tools from Atlassian Bitbucket MCP Server

Related Tools

ID: d3mfwp6ce5