{
  "id": "bbg-p0286-ai-agents-and-tool-use",
  "title": "AI Agent versus MCP",
  "chapter": "ai-agents-and-tool-use",
  "batch": "23",
  "rank": 221,
  "sourcePage": 286,
  "sourcePointer": "p. 286",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "architecture",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render and extracted text inspected",
      "preserve AI agent capabilities and MCP tool/data connection role",
      "omit product logos and duplicated source decoration"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: autonomous actions",
      "concept: memory and LLM reasoning",
      "concept: tool use",
      "concept: MCP server connects tools data files"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "agentG",
      "label": "AI agent",
      "x": 58,
      "y": 126,
      "w": 402,
      "h": 340
    },
    {
      "id": "mcpG",
      "label": "MCP access layer",
      "x": 520,
      "y": 126,
      "w": 386,
      "h": 340
    }
  ],
  "shapes": [
    {
      "id": "agent",
      "kind": "hex",
      "label": "Agent",
      "detail": "goal loop",
      "x": 208,
      "y": 202,
      "w": 132,
      "h": 82,
      "tone": "orange"
    },
    {
      "id": "llm",
      "kind": "rect",
      "label": "LLM",
      "detail": "decide",
      "x": 102,
      "y": 336,
      "w": 112,
      "h": 56,
      "tone": "purple"
    },
    {
      "id": "memory",
      "kind": "cylinder",
      "label": "Memory",
      "detail": "preferences",
      "x": 286,
      "y": 336,
      "w": 112,
      "h": 70,
      "tone": "green"
    },
    {
      "id": "mcp",
      "kind": "gateway",
      "label": "MCP server",
      "detail": "standard access",
      "x": 628,
      "y": 202,
      "w": 132,
      "h": 82,
      "tone": "blue"
    },
    {
      "id": "tools",
      "kind": "rect",
      "label": "Tools",
      "detail": "APIs code",
      "x": 558,
      "y": 344,
      "w": 112,
      "h": 56,
      "tone": "teal"
    },
    {
      "id": "data",
      "kind": "cylinder",
      "label": "Data sources",
      "detail": "DB files",
      "x": 746,
      "y": 336,
      "w": 122,
      "h": 72,
      "tone": "green"
    }
  ],
  "connectors": [
    {
      "from": "agent",
      "to": "llm",
      "label": "reason",
      "flow": "control"
    },
    {
      "from": "agent",
      "to": "memory",
      "label": "remember",
      "flow": "data"
    },
    {
      "from": "agent",
      "to": "mcp",
      "label": "connect",
      "flow": "main"
    },
    {
      "from": "mcp",
      "to": "tools",
      "label": "call",
      "flow": "async"
    },
    {
      "from": "mcp",
      "to": "data",
      "label": "retrieve",
      "flow": "data"
    }
  ]
}
