get_folders
Retrieve available folders within a specified space using the provided Space DUID, enabling efficient workspace organization and task management with Dart MCP Server integration.
Instructions
Get available folders
Input Schema
Name | Required | Description | Default |
---|---|---|---|
space_duid | Yes | Space DUID to get folders from |
Input Schema (JSON Schema)
{
"properties": {
"space_duid": {
"description": "Space DUID to get folders from",
"type": "string"
}
},
"required": [
"space_duid"
],
"type": "object"
}