You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.32.1).

generate_visual

Inactive

Tool of Fodda Knowledge Graphs

declared in 1.32.1

Create a presentation-ready data visualization from research findings. Available chart types: "cultural_shifts" (From→To transitions), "competitive_compass" (brands on 2 axes), "trend_constellation" (network of related trends), "implication_ladder" (Signal→Trend→So What→Do What), "innovation_pathway" (Now→Near-Term→Future), "opportunity_map" (2×2 white space analysis). Returns a branded SVG that renders directly in the chat.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "chart_type",
    "data"
  ],
  "properties": {
    "data": {
      "type": "string",
      "description": "JSON string containing the chart data. Structure depends on chart_type. cultural_shifts: {shifts:[{from,to}]}. competitive_compass: {brands:[{name,x,y}], axes:{left,right,top,bottom}}. trend_constellation: {trends:[{name,x,y}], connections:[{from,to,strength}]}. implication_ladder: {signal,trend,so_what,do_what}. innovation_pathway: {now,near_term,future}. opportunity_map: {items:[{name,consumer_desire,market_activity}]}"
    },
    "chart_type": {
      "enum": [
        "cultural_shifts",
        "competitive_compass",
        "trend_constellation",
        "implication_ladder",
        "innovation_pathway",
        "opportunity_map"
      ],
      "type": "string",
      "description": "The type of visualization to generate"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Fodda Knowledge Graphs

https://github.com/fodda/mcp-server

1/7 registries
View full server →
generate_visual — Fodda Knowledge Graphs — PRSM MCP