Skip to main content
Glama

Dart MCP Server

by its-dart

create_doc

Generate and organize documents in Dart by specifying titles, text content, and folders. Simplify project management with structured file creation.

Instructions

Create a new doc in Dart. You can specify title, text content, and folder.

Input Schema

NameRequiredDescriptionDefault
folderNoThe title of the folder to place the doc in
textNoThe text content of the doc, which can include markdown formatting
titleYesThe title of the doc (required)

Input Schema (JSON Schema)

{ "properties": { "folder": { "description": "The title of the folder to place the doc in", "type": "string" }, "text": { "description": "The text content of the doc, which can include markdown formatting", "type": "string" }, "title": { "description": "The title of the doc (required)", "type": "string" } }, "required": [ "title" ], "type": "object" }

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/its-dart/dart-mcp-server'

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