{
  "protocolVersion": "0.3.0",
  "name": "DocToTable",
  "description": "DocToTable helps agents and users convert PDF table content into spreadsheet-ready CSV or Excel data.",
  "url": "https://doctotable.com/api/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://doctotable.com/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "DocToTable",
    "url": "https://doctotable.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://doctotable.com/en/developers",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "convert_pdf_table_guidance",
      "name": "Convert PDF tables",
      "description": "Guide a caller through preparing a PDF table conversion with DocToTable and choosing CSV or Excel output.",
      "tags": ["pdf", "table-extraction", "csv", "excel", "ocr"],
      "examples": [
        "How do I convert a PDF table to Excel?",
        "What inputs does DocToTable need for PDF table extraction?"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["text/plain", "application/json"]
    }
  ]
}
