map_create
Creates a new Map item in a Microsoft Fabric workspace using workspace ID and map name. Optionally include a definition, description, or folder ID for placement.
Instructions
Create a Map item in Microsoft Fabric.
Authentication is handled transparently using Azure Identity.
:param workspace_id: The workspace ID (UUID)
:param map_name: Name for the new map item
:param definition: Map item definition (auto-generated basic one if not provided)
:param description: Optional description for the map
:param folder_id: Optional folder ID (UUID) to place the map in.
If not specified, the Map is created with the workspace root folder.
:return: Created map details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | ||
| map_name | Yes | ||
| definition | No | ||
| description | No | ||
| folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||