Skip to main content
Glama

Flutter MCP

by adamsmaka

search_flutter_docs

Search Flutter and Dart documentation with fuzzy matching, retrieving top 5-10 relevant results from API docs and pub.dev. Ideal for developers seeking precise answers to queries like state management or navigation.

Instructions

Search across Flutter/Dart documentation sources with fuzzy matching.

DEPRECATED: This tool is deprecated. Please use flutter_search() instead. The new tool provides better filtering and more structured results.

Searches Flutter API docs, Dart API docs, and pub.dev packages. Returns top 5-10 most relevant results with brief descriptions.

Args: query: Search query (e.g., "state management", "Container", "navigation", "http requests") tokens: Maximum token limit for response (default: 5000, min: 500)

Returns: Search results with relevance scores and brief descriptions

Input Schema

NameRequiredDescriptionDefault
queryYes
tokensNo

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" }, "tokens": { "default": 5000, "title": "Tokens", "type": "integer" } }, "required": [ "query" ], "title": "search_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