Skip to main content
Glama

Flutter MCP

by adamsmaka

flutter_docs

Fetch accurate Flutter/Dart documentation by resolving identifiers and filtering topics. Supports classes, widgets, and pub.dev packages for streamlined coding assistance.

Instructions

Unified tool to get Flutter/Dart documentation with smart identifier resolution.

Automatically detects the type of identifier and fetches appropriate documentation. Supports Flutter classes, Dart classes, and pub.dev packages.

Args: identifier: The identifier to look up. Examples: - "Container" (Flutter widget) - "material.AppBar" (library-qualified Flutter class) - "dart.Future" (Dart API) - "provider" (pub.dev package) - "pub" (explicit pub.dev package) - "flutter" (explicit Flutter class) topic: Optional topic filter. For classes: "constructors", "methods", "properties", "examples". For packages: "getting-started", "examples", "api", "installation" tokens: Maximum tokens for response (default: 10000, min: 1000)

Returns: Dictionary with documentation content, type, and metadata

Input Schema

NameRequiredDescriptionDefault
identifierYes
tokensNo
topicNo

Input Schema (JSON Schema)

{ "properties": { "identifier": { "title": "Identifier", "type": "string" }, "tokens": { "default": 10000, "title": "Tokens", "type": "integer" }, "topic": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Topic" } }, "required": [ "identifier" ], "title": "flutter_docsArguments", "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/adamsmaka/flutter-mcp'

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