Skip to main content
Glama

Flutter Inspector MCP Server

dart_io_get_http_profile_request

Retrieve detailed information about a specific HTTP request from a Flutter app's profile for debugging purposes. Requires the request ID and optionally the app's running port.

Instructions

RPC: Get details of a specific HTTP request from the profile

Input Schema

NameRequiredDescriptionDefault
portNoPort number where the Flutter app is running (defaults to 8181)
requestIdYesID of the HTTP request to get details for

Input Schema (JSON Schema)

{ "properties": { "port": { "description": "Port number where the Flutter app is running (defaults to 8181)", "type": "number" }, "requestId": { "description": "ID of the HTTP request to get details for", "type": "string" } }, "required": [ "requestId" ], "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