1.0.0npm · microsoft-fabric-mcp · current release
Observed 2026-08-22T09:00:36.474Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
create_notebookCreate a new notebook in Fabric workspaceInput schema{
"type": "object",
"properties": {
"workspaceId": {
"type": "string",
"description": "The workspace ID"
},
"name": {
"type": "string",
"description": "Name of the notebook"
},
"content": {
"type": "object",
"description": "Notebook content/definition"
}
},
"required": [
"workspaceId",
"name",
"content"
]
} | — | — · — | — |
execute_dax_queryExecute a DAX query on a Power BI datasetInput schema{
"type": "object",
"properties": {
"datasetId": {
"type": "string",
"description": "The ID of the dataset"
},
"query": {
"type": "string",
"description": "The DAX query to execute"
}
},
"required": [
"datasetId",
"query"
]
} | — | — · — | — |
get_powerbi_datasetsGet all Power BI datasets in the workspaceInput schema{
"type": "object",
"properties": {}
} | — | — · — | — |
get_workspacesGet all Fabric/Power BI workspacesInput schema{
"type": "object",
"properties": {}
} | — | — · — | — |
refresh_datasetRefresh a Power BI datasetInput schema{
"type": "object",
"properties": {
"datasetId": {
"type": "string",
"description": "The ID of the dataset to refresh"
}
},
"required": [
"datasetId"
]
} | — | — · — | — |
upload_to_datawarehouseUpload data to a Fabric Data WarehouseInput schema{
"type": "object",
"properties": {
"workspaceId": {
"type": "string",
"description": "The workspace ID"
},
"warehouseId": {
"type": "string",
"description": "The data warehouse ID"
},
"tableName": {
"type": "string",
"description": "Name of the table"
},
"data": {
"type": "array",
"description": "Array of data rows to upload"
}
},
"required": [
"workspaceId",
"warehouseId",
"tableName",
"data"
]
} | — | — · — | — |