Skip to main content
Glama
peter14l

flutter-orchestrator

by peter14l

configure_flutter_deep_links

Configure deep linking for Flutter by specifying a custom scheme and domain host to generate go_router routes, Android assetlinks.json, iOS apple-app-site-association, and FCM push notification routing.

Instructions

Configures go_router deep linking, Android App Links (assetlinks.json), iOS Universal Links (apple-app-site-association), and FCM push notification routing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
routesNo
domainHostYesDomain host for Universal Links (e.g. 'app.example.com').app.example.com
customSchemeYesCustom URL scheme (e.g. 'myapp').myapp
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It does reveal the concrete artifacts involved (assetlinks.json, apple-app-site-association, FCM routing), but it does not mention side effects on existing project files, prerequisites like domain verification, or whether the configuration is reversible.

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?

A single sentence that front-loads the action and lists the affected areas without repetition or filler. Every phrase contributes information about what the tool configures.

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

Completeness3/5

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

For a multi-platform configuration tool with no output schema or annotations, the description should explain invocation context and effects more thoroughly. It names the artifacts and scope, but does not address how the routes parameter is consumed, what outputs are produced, or what preconditions exist, so an agent would have to infer those.

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

Parameters3/5

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

Schema coverage is 67%, with customScheme and domainHost already described. The description adds no parameter-level detail, and the optional routes array is left without explanation of how path, screenName, and parameters map to go_router or platform deep links, though its name makes its role partially inferable.

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 states a specific verb, 'Configures', and names four concrete targets: go_router deep linking, Android App Links (assetlinks.json), iOS Universal Links (apple-app-site-association), and FCM push notification routing. This clearly differentiates the tool from more generic sibling tools like generate_flutter_platform_config.

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

Usage Guidelines3/5

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

The description implies the tool is for setting up deep linking and push-notification routing, but it never explicitly states when to prefer it over alternatives or when not to use it. Usage context is inferable from the purpose, but there is no direct guidance or exclusion criteria.

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/peter14l/flutter-agent-orchestrator'

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