Skip to main content
Glama
Arenukvern

Flutter Inspector MCP Server

inspector_add_pub_root_directories

Add root directories for pub packages to the Flutter Inspector, enabling accurate widget tree analysis and navigation.

Instructions

RPC: Add additional root directories for pub packages (ext.flutter.inspector.addPubRootDirectories)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNoPort number where the Flutter app is running (defaults to 8181)
directoriesYesList of root directories to add for pub packages
Behavior2/5

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

No annotations provided. Description only states the action without disclosing behavioral traits (e.g., does it replace existing roots? permissions? side effects?).

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

Conciseness2/5

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

The description is a single, overly brief sentence that lacks necessary detail. It is concise but at the expense of completeness.

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 presence of sibling tools with similar names, the description fails to explain the unique behavior of 'add' vs 'set' or 'remove'. No output schema or return value information is provided.

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 100%, and the description adds no additional meaning beyond what the schema already provides. The description is essentially a paraphrase of the schema's description.

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

Purpose3/5

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

Description states it adds root directories for pub packages, which is clear but redundant with the tool name. It does not differentiate from siblings like inspector_set_pub_root_directories or inspector_remove_pub_root_directories.

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 on when to use this tool versus alternatives. No context about prerequisites, effects, or order of operations.

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

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