{
 "protocolVersion": "0.3.0",
 "name": "The Backroom Brief archive",
 "version": "1.0.0",
 "description": "Answers questions about The Backroom Brief, a daily markets paper, using only its published issues.",
 "url": "https://mcp.briefsroom.com/a2a",
 "preferredTransport": "JSONRPC",
 "supportedInterfaces": [
  {
   "url": "https://mcp.briefsroom.com/a2a",
   "transport": "JSONRPC"
  }
 ],
 "provider": {
  "organization": "The Backroom Brief",
  "url": "https://briefsroom.com"
 },
 "documentationUrl": "https://briefsroom.com/.well-known/agent-skills/briefsroom-archive/SKILL.md",
 "capabilities": {
  "streaming": false,
  "pushNotifications": false,
  "stateTransitionHistory": false
 },
 "defaultInputModes": [
  "text/plain"
 ],
 "defaultOutputModes": [
  "text/plain",
  "text/markdown"
 ],
 "skills": [
  {
   "id": "list_issues",
   "name": "List issues",
   "description": "List published issues of The Backroom Brief, newest first, with date, headline, summary and links.",
   "tags": [
    "markets",
    "archive",
    "news"
   ],
   "inputModes": [
    "text/plain"
   ],
   "outputModes": [
    "text/markdown"
   ]
  },
  {
   "id": "get_issue",
   "name": "Read an issue",
   "description": "Return one issue as markdown by date (YYYY-MM-DD), full brief or Beginner Edition.",
   "tags": [
    "markets",
    "archive",
    "news"
   ],
   "inputModes": [
    "text/plain"
   ],
   "outputModes": [
    "text/markdown"
   ]
  },
  {
   "id": "search_archive",
   "name": "Search the archive",
   "description": "Search the full text of every issue and Beginner Edition and return dated passages with links.",
   "tags": [
    "markets",
    "archive",
    "news"
   ],
   "inputModes": [
    "text/plain"
   ],
   "outputModes": [
    "text/markdown"
   ]
  }
 ]
}
