get_workspace_id
Retrieve the workspace ID for a Power BI workspace by providing its display name, required for subsequent operations like listing datasets.
Instructions
Get the workspace ID for a given workspace name.
This tool is useful for finding the workspace ID when you only know the workspace name. The ID is required for other operations like listing datasets.
Args: workspace_name: The display name of the Power BI workspace.
Returns: The workspace ID as a string.
Raises: ToolError: If the workspace is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |