fabric_create_item
Creates a Fabric item of any specified type, such as a Notebook or Lakehouse, with optional definition content in file parts.
Instructions
Create any Fabric item by type, optionally with a definition (file parts). Use the type-specific tools for richer ergonomics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| displayName | Yes | Item name | |
| type | Yes | Item type, e.g. "Notebook", "Lakehouse", "DataPipeline" | |
| description | No | ||
| definitionParts | No | Definition file parts (encoded to InlineBase64 automatically) | |
| workspace | No | Workspace ID (defaults to FABRIC_DEFAULT_WORKSPACE) |