Skip to main content
Glama

Flutter Inspector MCP Server

inspector_get_children_details_subtree

Retrieve detailed subtree information for a widget's children in a Flutter app, aiding in debugging widget trees, layout, and navigation analysis. Requires widget ID and port number.

Instructions

RPC: Get the children details subtree for a widget (ext.flutter.inspector.getChildrenDetailsSubtree)

Input Schema

NameRequiredDescriptionDefault
objectIdYesID of the widget to get children details subtree for
portNoPort number where the Flutter app is running (defaults to 8181)

Input Schema (JSON Schema)

{ "properties": { "objectId": { "description": "ID of the widget to get children details subtree for", "type": "string" }, "port": { "description": "Port number where the Flutter app is running (defaults to 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