{
  "name": "Getnoticed Marketing",
  "description": "Public discovery agent for Getnoticed MKB marketing landing pages: product overview, sector pages, and agent-facing content formats.",
  "version": "1.0.0",
  "documentationUrl": "https://www.getnoticed.work/docs/agents.md",
  "provider": {
    "organization": "Getnoticed",
    "url": "https://www.getnoticed.work"
  },
  "supportedInterfaces": [
    {
      "url": "https://www.getnoticed.work/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "text/markdown"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "skills": [
    {
      "id": "site-overview",
      "name": "Site overview",
      "description": "Summarize Getnoticed for Dutch MKB employers: werkenbij sites, campaigns, pricing signal, and where to read more.",
      "tags": [
        "marketing",
        "recruitment",
        "mkb",
        "overview"
      ],
      "examples": [
        "What does Getnoticed offer?",
        "Wat kost Getnoticed?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown"
      ]
    },
    {
      "id": "sector-pages",
      "name": "Sector landing pages",
      "description": "Point agents to sector-specific landing pages (techniek, zorg, onderwijs, ict, logistiek, horeca) and markdown variants.",
      "tags": [
        "sectors",
        "landing-pages",
        "markdown"
      ],
      "examples": [
        "Open the techniek landing page",
        "Geef markdown voor /zorg"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown"
      ]
    },
    {
      "id": "agent-discovery",
      "name": "Agent discovery resources",
      "description": "List machine-readable discovery endpoints (api-catalog, OpenAPI, llms.txt, auth.md, skills, MCP).",
      "tags": [
        "discovery",
        "well-known",
        "mcp",
        "skills"
      ],
      "examples": [
        "Where is the API catalog?",
        "How should agents authenticate?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}