Skip to main content
Glama
guru-prasath-j

flutter-ios-bridge-mcp

mac_sync_project

Upload Flutter project to a remote Mac, excluding build and cache folders. Use clean=true to wipe the remote copy before uploading.

Instructions

Upload the Flutter project to the remote Mac (skips build/, .dart_tool/, Pods/, .git). clean=true wipes the remote copy first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cleanNo
project_pathNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It clearly reveals the skip list and, importantly, that clean=true wipes the remote copy first, which is critical destructive behavior an agent must know.

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

Conciseness5/5

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

The description is a single, front-loaded sentence that communicates the core action, exclusions, and the clean behavior without unnecessary words. Every clause adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple, but the description omits any explanation of project_path, remote destination details, or return/result expectations. The core behavior is clear, but an agent would still need to infer some calling conventions.

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?

The description adds real meaning for the clean parameter by explaining that clean=true wipes the remote copy first, which the schema does not. However, project_path is not described at all, and with 0% schema description coverage this is a notable gap.

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

Purpose5/5

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

The description uses a specific verb and resource: 'Upload the Flutter project to the remote Mac'. It also clarifies scope by listing excluded directories, making the tool's purpose distinct from build/run/device tools.

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?

There is no explicit guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. The purpose is implied, but the description does not help an agent choose between this and other Mac-related tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.