Skip to main content
Glama

Dart MCP Server

by egyleader

dart-doc

Generate comprehensive documentation for Dart packages by specifying the directory and output path. Supports additional documentation options to customize the process for AI-powered development workflows.

Input Schema

NameRequiredDescriptionDefault
optionsNoAdditional documentation options
outputNoOutput directory for the generated documentation
pathNoDirectory containing the Dart package to document

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "description": "Additional documentation options", "items": { "type": "string" }, "type": "array" }, "output": { "description": "Output directory for the generated documentation", "type": "string" }, "path": { "description": "Directory containing the Dart package to document", "type": "string" } }, "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/egyleader/dart-mcp'

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