The toolset
What each format supports
PDF
Extract text from a document, merge several PDFs into one, split a file by page, and read metadata such as page count and file size.
Excel & CSV
Excel & CSV
Read specific sheets, export data to Excel, convert CSV to
.xlsx, and work across multiple sheets in one workbook.Word
Word
Create a document from plain text or Markdown, with support for titles, headings, and basic formatting.
PowerPoint
PowerPoint
Read and inspect the contents of a presentation.
Images
Images
Resize to specific dimensions, convert between supported formats, and query dimensions and metadata.
iCalendar
iCalendar
Parse events and pull out details like title, date, time, location, and attendees.
How the agent uses them
You don’t call these tools by hand. Point the agent at a file and describe what you want — “pull the tables out of this PDF,” “turn this outline into a Word doc,” “resize these screenshots to 800px wide” — and it selects the right tool. A few behaviors are worth knowing:- Automatic fallback. If a binary file can’t be read by a dedicated tool, Synti converts it through
markitdownso the agent can still work with the text. - Output location. Newly created files are written to the current working directory, or to a path you specify. See Working directory.
- Chaining. Tools compose. The agent can, for example, split a PDF, convert each part to Markdown, and summarize the result in a single flow.
- Built-in help. Every tool documents its own options behind a
--helpflag, which the agent consults when it needs the exact syntax.
Related
Rich output
See PDFs, spreadsheets, and tables rendered inline.
Working directory
Where files are read from and written to.