Skip to main content
Glama

Dart MCP Server

by jmanhype

create_folder

Organize files by creating a new folder within a designated space. Specify the title, description, and folder type to manage workspace structure effectively using the MCP server.

Instructions

Create a new folder in a space

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the folder
kindNoKind of folderDefault
space_duidYesSpace DUID to create the folder in
titleYesTitle of the folder

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the folder", "type": "string" }, "kind": { "default": "Default", "description": "Kind of folder", "enum": [ "Default", "Reports", "Other" ], "type": "string" }, "space_duid": { "description": "Space DUID to create the folder in", "type": "string" }, "title": { "description": "Title of the folder", "type": "string" } }, "required": [ "space_duid", "title" ], "type": "object" }

You must be authenticated.

Other Tools from Dart MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmanhype/dart-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server