{
  "id": "bbg-p0244-ai-agents-and-tool-use",
  "title": "MCP and A2A Agent Protocols",
  "chapter": "ai-agents-and-tool-use",
  "batch": "13",
  "rank": 128,
  "sourcePage": 244,
  "sourcePointer": "p. 244",
  "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 MCP as agent-to-tool/data access and A2A as agent-to-agent collaboration",
      "omit vendor logos and source-brand marks"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: AI agents",
      "concept: MCP server",
      "concept: external data tools",
      "concept: A2A agent collaboration",
      "concept: combined architecture"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "agents",
      "label": "Agents",
      "x": 58,
      "y": 126,
      "w": 270,
      "h": 320
    },
    {
      "id": "mcp",
      "label": "MCP tool/data access",
      "x": 378,
      "y": 126,
      "w": 250,
      "h": 320
    },
    {
      "id": "a2a",
      "label": "A2A collaboration",
      "x": 678,
      "y": 126,
      "w": 230,
      "h": 320
    }
  ],
  "shapes": [
    {
      "id": "agentA",
      "kind": "hex",
      "label": "Agent A",
      "detail": "planner",
      "x": 122,
      "y": 176,
      "w": 120,
      "h": 78,
      "tone": "orange"
    },
    {
      "id": "agentB",
      "kind": "hex",
      "label": "Agent B",
      "detail": "specialist",
      "x": 122,
      "y": 318,
      "w": 120,
      "h": 78,
      "tone": "purple"
    },
    {
      "id": "mcpServer",
      "kind": "gateway",
      "label": "MCP server",
      "detail": "tool broker",
      "x": 440,
      "y": 202,
      "w": 132,
      "h": 78,
      "tone": "blue"
    },
    {
      "id": "sources",
      "kind": "cylinder",
      "label": "Data sources",
      "detail": "DB APIs files",
      "x": 440,
      "y": 334,
      "w": 132,
      "h": 74,
      "tone": "green"
    },
    {
      "id": "delegate",
      "kind": "rect",
      "label": "Delegate",
      "detail": "task handoff",
      "x": 728,
      "y": 190,
      "w": 120,
      "h": 58,
      "tone": "teal"
    },
    {
      "id": "results",
      "kind": "rect",
      "label": "Share result",
      "detail": "collaborate",
      "x": 728,
      "y": 330,
      "w": 120,
      "h": 58,
      "tone": "red"
    }
  ],
  "connectors": [
    {
      "from": "agentA",
      "to": "mcpServer",
      "label": "tools",
      "flow": "main"
    },
    {
      "from": "agentB",
      "to": "mcpServer",
      "label": "context",
      "flow": "main"
    },
    {
      "from": "mcpServer",
      "to": "sources",
      "label": "access",
      "flow": "data"
    },
    {
      "from": "agentA",
      "to": "delegate",
      "label": "A2A",
      "flow": "control"
    },
    {
      "from": "delegate",
      "to": "agentB",
      "label": "task",
      "flow": "control"
    },
    {
      "from": "agentB",
      "to": "results",
      "label": "return",
      "flow": "data"
    }
  ]
}
