DashboardsWriteDo not retry automatically

Create folder

create_folder

Create a folder to organize dashboards, widgets, and queries.

Parameters

ParameterTypeRequiredDescription
namestringrequiredInput for name.
parentFolderIdstring | nulloptionalInput for parentFolderId.
iconstringoptionalInput for icon.
colorstringoptionalInput for color.

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "create_folder",
"arguments": {
"name": "value"
}
}

Use this tool in

Related Dashboards tools