Skip to main content
Glama
Arenukvern

Flutter Inspector MCP Server

debug_dump_render_tree

Dump and analyze the render tree for Flutter apps to diagnose widget structure, layout, and navigation issues. Connects to Flutter's debug port by default, with optional custom port support.

Instructions

RPC: Dump the render tree (ext.flutter.debugDumpRenderTree). Connects to the default Flutter debug port (8181) unless specified otherwise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNoOptional: Custom port number if not using default Flutter debug port 8181
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions connecting to a debug port, implying network interaction and potential side effects, but doesn't disclose behavioral traits such as whether this is a read-only operation, if it affects app performance, or what the output format is. This leaves significant gaps in understanding the tool's behavior.

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 front-loaded and efficient, consisting of two concise sentences that cover the RPC call and port behavior without any wasted words. Every sentence contributes directly to understanding the tool's function and usage.

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?

Given the complexity of debugging tools and the lack of annotations and output schema, the description is incomplete. It doesn't explain what the render tree is, what the output looks like, or any prerequisites (e.g., requiring a Flutter app in debug mode). This leaves the agent with insufficient context for effective use.

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%, with the single parameter 'port' fully documented in the schema. The description adds minimal value by reiterating the default port (8181) and the optional nature, but doesn't provide additional semantics beyond what the schema already covers. This meets the baseline of 3 for high schema coverage.

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

Purpose4/5

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

The description clearly states the tool's purpose: it dumps the render tree via a specific RPC call (ext.flutter.debugDumpRenderTree). It distinguishes itself from siblings like debug_dump_focus_tree or debug_dump_layer_tree by specifying the render tree. However, it doesn't explicitly contrast with these similar tools, keeping it at a 4 rather than a 5.

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 usage by mentioning the default Flutter debug port (8181) and the option to specify a custom port, suggesting it's for debugging Flutter applications. However, it lacks explicit guidance on when to use this tool versus alternatives like debug_dump_semantics_tree or other debug_dump_* siblings, leaving the context somewhat inferred.

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