{
 "protocolVersion": "0.3.0",
 "name": "TactiCalendar Concierge",
 "description": "Answers questions about TactiCalendar, the natural-language menu-bar calendar for macOS: what it does, how to install it, how AI agents integrate via its MCP server and CLI, sync options, and privacy.",
 "url": "https://a2a.tacticalendar.com/",
 "preferredTransport": "JSONRPC",
 "supportedInterfaces": [
  {
   "url": "https://a2a.tacticalendar.com/",
   "transport": "JSONRPC"
  }
 ],
 "provider": {
  "organization": "TactiCalendar",
  "url": "https://tacticalendar.com"
 },
 "version": "0.1.0",
 "capabilities": {
  "streaming": false,
  "pushNotifications": false,
  "stateTransitionHistory": false
 },
 "securitySchemes": {},
 "security": [],
 "defaultInputModes": [
  "text/plain"
 ],
 "defaultOutputModes": [
  "text/plain"
 ],
 "supportsAuthenticatedExtendedCard": false,
 "skills": [
  {
   "id": "about",
   "name": "About TactiCalendar",
   "description": "Explain what TactiCalendar is and its main features: natural-language event capture, day/week/month/year views, meeting join links, undo, drag editing.",
   "tags": [
    "product",
    "faq",
    "calendar",
    "macos"
   ],
   "examples": [
    "What is TactiCalendar?",
    "What can TactiCalendar do?"
   ]
  },
  {
   "id": "setup",
   "name": "Install & requirements",
   "description": "Platform requirements, trial terms, and how to get TactiCalendar.",
   "tags": [
    "install",
    "download",
    "requirements",
    "trial"
   ],
   "examples": [
    "How do I install TactiCalendar?",
    "What macOS version is required?"
   ]
  },
  {
   "id": "agent-integration",
   "name": "Agent integration (MCP & CLI)",
   "description": "How AI agents create and query calendar events through TactiCalendar's local MCP server (parse_sentence, create_event, list_events, search_events) or the `tactical` CLI.",
   "tags": [
    "mcp",
    "cli",
    "agents",
    "automation"
   ],
   "examples": [
    "How do agents create events with TactiCalendar?",
    "How do I register the TactiCalendar MCP server?"
   ]
  },
  {
   "id": "sync-privacy",
   "name": "Sync & privacy",
   "description": "Supported calendar sync methods (iCloud/Google/Exchange, CalDAV, webcal, Todoist, .ics) and the Local Data Only privacy model.",
   "tags": [
    "sync",
    "caldav",
    "privacy",
    "todoist"
   ],
   "examples": [
    "Does TactiCalendar sync with Google Calendar?",
    "What data leaves my machine?"
   ]
  }
 ]
}