Skip to main content
Glama
Arenukvern

Flutter Inspector MCP Server

flutter_core_time_dilation

Adjust animation speed in Flutter apps by setting a time dilation factor. Use to slow down or speed up animations for debugging or testing purposes.

Instructions

RPC: Set the time dilation factor for animations in the Flutter app

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dilationYesTime dilation factor (1.0 is normal speed, >1.0 is slower, <1.0 is faster)
portNoPort number where the Flutter app is running (defaults to 8181)
Behavior2/5

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

With no annotations provided, the description carries full burden but only states it's an RPC to set a factor. It doesn't disclose behavioral traits like whether this requires app restart, affects all animations globally, has side effects on performance, or what happens if invalid values are used. For a mutation tool with zero annotation coverage, this is insufficient.

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 a single, efficient sentence that front-loads the core purpose ('RPC: Set the time dilation factor') without any wasted words. Every part of the sentence contributes directly to understanding the tool's function.

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

Completeness2/5

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

For a mutation tool with no annotations and no output schema, the description is incomplete. It doesn't cover what the tool returns, error conditions, or important behavioral context (like whether changes persist). Given the complexity of modifying runtime animation behavior, more completeness is needed.

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 description coverage is 100%, so the schema fully documents both parameters. The description adds no additional parameter semantics beyond what's already in the schema (e.g., it doesn't explain default port behavior or dilation effects beyond the schema's description). Baseline 3 is appropriate when schema does the heavy lifting.

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 specific action ('Set the time dilation factor') and target resource ('for animations in the Flutter app'), distinguishing it from sibling tools that focus on debugging, inspection, or platform overrides rather than animation timing control.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. While sibling tools like 'flutter_core_brightness_override' or 'flutter_core_platform_override' suggest different use cases, the description lacks explicit when/when-not instructions or named alternatives for animation speed adjustments.

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

Related 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/Arenukvern/mcp_flutter'

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