DashboardsRead-only

Get folder

get_folder

Get one folder by id.

Parameters

ParameterTypeRequiredDescription
folderIdstringrequiredInput for folderId.

Example call

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

{
"tool": "get_folder",
"arguments": {
"folderId": "folderId_123"
}
}

Use this tool in

Related Dashboards tools