Skip to main content
Glama

Flutter Inspector MCP Server

inspector_get_children_summary_tree

Retrieve the summary tree of widget children for debugging Flutter apps, using the specified widget ID. Connects to the default Flutter debug port or a custom port for detailed analysis.

Instructions

RPC: Get the children summary tree for a widget (ext.flutter.inspector.getChildrenSummaryTree). Connects to the default Flutter debug port (8181) unless specified otherwise.

Input Schema

NameRequiredDescriptionDefault
objectIdYesID of the widget to get children summary tree for
portNoOptional: Custom port number if not using default Flutter debug port 8181

Input Schema (JSON Schema)

{ "properties": { "objectId": { "description": "ID of the widget to get children summary tree for", "type": "string" }, "port": { "description": "Optional: Custom port number if not using default Flutter debug port 8181", "type": "number" } }, "required": [ "objectId" ], "type": "object" }

You must be authenticated.

Other Tools from Flutter Inspector MCP Server

Related Tools

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