Skip to main content
Glama
Arenukvern

Flutter Inspector MCP Server

dart_io_http_enable_timeline_logging

Enable or disable HTTP timeline logging for Flutter apps via the default debug port or a custom port to monitor HTTP activity.

Instructions

RPC: Enable or disable HTTP timeline logging. Connects to the default Flutter debug port (8181) unless specified otherwise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledYesWhether to enable or disable HTTP timeline logging
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 must fully disclose behavioral traits. It mentions connecting to a debug port, which implies this is for debugging purposes and may require a running Flutter app, but it doesn't specify whether this is a read-only or mutating operation, potential side effects (e.g., affecting app performance), or error conditions. The description adds minimal context beyond the basic action.

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

Conciseness4/5

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

The description is concise with two sentences that efficiently convey the core action and a key detail (default port). It is front-loaded with the main purpose, and there is no wasted text, though it could be slightly more structured by explicitly separating usage notes.

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 a tool that modifies logging behavior in a debugging context, with no annotations and no output schema, the description is incomplete. It lacks details on what HTTP timeline logging entails, how it affects the app, expected outcomes, or error handling, leaving significant gaps for an agent to understand the tool's full context.

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%, so the schema already documents both parameters ('enabled' and 'port') clearly. The description adds no additional meaning beyond what the schema provides, such as explaining the implications of enabling/disabling logging or port usage details. The baseline score of 3 is appropriate as the schema does the heavy lifting.

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 action ('Enable or disable') and resource ('HTTP timeline logging'), making the purpose specific and understandable. However, it doesn't explicitly differentiate from sibling tools like 'dart_io_socket_profiling_enabled' which handles socket profiling instead of HTTP logging, though the distinction is somewhat implied by the resource name.

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 provides some context by mentioning the default Flutter debug port (8181) and the option to specify a custom port, which implies usage in debugging scenarios. However, it lacks explicit guidance on when to use this tool versus alternatives (e.g., for HTTP vs. socket profiling) or any prerequisites, leaving the agent to infer usage from the context.

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