{
  "protocolVersion": "0.3.0",
  "name": "TotalPDF Kit tool finder",
  "description": "Answers which of the 35 free PDF tools on totalpdfkit.com does a described job, and returns the page URL to send a person to. Deterministic keyword matching over the site's own catalogue — there is no language model behind this agent, so short noun-and-verb requests work better than long prose.",
  "version": "1.0.0",
  "url": "https://totalpdfkit.com/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://totalpdfkit.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://totalpdfkit.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "TotalPDF Kit",
    "url": "https://totalpdfkit.com"
  },
  "iconUrl": "https://totalpdfkit.com/icon.png",
  "documentationUrl": "https://totalpdfkit.com/agents.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "securitySchemes": {},
  "security": [],
  "supportsAuthenticatedExtendedCard": false,
  "skills": [
    {
      "id": "find-pdf-tool",
      "name": "Find a PDF tool",
      "description": "Given a description of something to do with a PDF, return the tools on totalpdfkit.com that do it, each with its page URL, its category and whether the file is processed in the visitor's browser or uploaded.",
      "tags": [
        "pdf",
        "search",
        "catalogue",
        "tools"
      ],
      "examples": [
        "turn a PDF into an editable Word document",
        "remove the password from a PDF I own",
        "put twelve scanned pages into one file",
        "make a 40 MB PDF small enough to email",
        "sign a contract without printing it"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}
