Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Convert File URL to PDFFILETOPDF_CONVERT_FILE_URL_TO_PDF
Convert a file at a public HTTPS URL to PDF, consuming one conversion credit and returning a downloadable PDF. The URL path must end with a supported file extension. Check GET_ACCOUNT_STATUS for remaining credits.
Convert HTML to PDFFILETOPDF_CONVERT_HTML_TO_PDF
Render an HTML string as a PDF, consuming one conversion credit and returning a downloadable PDF. Check GET_ACCOUNT_STATUS for remaining credits.
Convert Markdown to PDFFILETOPDF_CONVERT_MARKDOWN_TO_PDF
Render a GitHub-Flavored Markdown string as a PDF. A successful conversion consumes one conversion credit and returns a downloadable PDF. Check GET_ACCOUNT_STATUS for remaining credits.
Get Account StatusFILETOPDF_GET_ACCOUNT_STATUS
Return the connected FileToPDF workspace plan, subscription status, and remaining conversion credits without consuming a credit.