Skip to main content
Glama
mohn93

community-ff-mcp

by mohn93

get_yaml_docs

Search and retrieve FlutterFlow YAML reference documentation by topic or file path, returning the full doc content.

Instructions

Search and retrieve FlutterFlow YAML reference documentation. Use topic to search by keyword (e.g. 'Button', 'actions', 'theming') or file to fetch a specific doc file. Returns the full doc content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNoSpecific doc file path (e.g. '04-widgets/button', '05-actions', 'README'). Omit .md extension.
topicNoSearch topic/keyword (e.g. 'Button', 'actions', 'theme', 'Column', 'variables'). Case-insensitive.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden. It discloses that it returns full doc content and explains the two modes. However, it doesn't address edge cases like empty results, mutual exclusivity enforcement, or whether both parameters can be provided. For a simple read-only tool, this is acceptable but not thorough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with purpose, and every sentence adds value. Examples are embedded efficiently without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simplicity of the tool and lack of output schema, the description covers the essentials: what it does, how to invoke it, and what it returns. It could mention what happens if neither parameter is supplied, but this is a minor gap for a doc retrieval tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds meaningful semantics by explaining the relationship between 'topic' and 'file' (using 'or'), providing concrete examples for each, and clarifying they are alternative modes. This goes beyond the schema's parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Search and retrieve FlutterFlow YAML reference documentation.' The verb is specific, the resource is well-defined, and it distinguishes itself from sibling tools that deal with project files and pages rather than documentation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear usage context: use 'topic' for keyword search or 'file' for fetching specific docs. It doesn't explicitly name alternatives, but the distinction from siblings is evident. No exclusions are mentioned, but the guidance is adequate for a doc-lookup tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/mohn93/ff-mcp'

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