Skip to content
Get an API key

Create a STRATEGY MAP — a plan DRAWN ON a real-world map: zones, coverage circles, route arrows, markers and short text notes over real geography.

Updated 16 Sep 20261 min read

Send "type": "strategy_map".

Create a STRATEGY MAP — a plan DRAWN ON a real-world map: zones, coverage circles, route arrows, markers and short text notes over real geography.

Also available as the MCP tool render_strategymap. The same payload works through either surface.

Fields

data
titlestring

Short descriptive title for the plan (e.g. "West Coast Expansion Plan") — displayed on the map

shapesobject[]required

Array of shapes drawn on the map

Child attributes
typeenum<string>required

Shape kind. One of zone, circle, arrow, marker or text.

coordinatesarrayrequired

zone/arrow: array of [lng,lat] points; circle/marker/text: single [lng,lat] — LONGITUDE FIRST

radiusKmnumber

Circle radius in kilometers (REQUIRED for "circle")

colorstring

Hex "#RRGGBB"; same color groups shapes of one side/team/phase

labelstring

Optional short name; label sparingly. For "text" shapes this is the content

emojistring

For "marker": one emoji depicting what the marker IS (not a generic pin)

dashboolean

Dashed outline for planned/proposed/tentative elements

Example

{
  "type": "strategy_map",
  "data": {
    "title": "Q4 Launch Planning",
    "shapes": [
      {
        "type": "zone",
        "coordinates": [
          null
        ],
        "radiusKm": 0,
        "color": "string",
        "label": "string",
        "emoji": "string",
        "dash": false
      }
    ]
  }
}
Was this page helpful?

Sign in to MockFlow

The same account you use in the app and on the API.

Forgot your password?
or
Continue with GoogleContinue with Microsoft