Complete reference of every tool the GroupDocs.Conversion MCP server exposes to AI agents, with parameters, example prompts, and results. Captured from a live tools/list call against server version 26.7.2 (raw capture: tools-list.generated.json in this section’s source).
Returns file type, page count, and basic document properties
The FileInput shape
Every tool takes its document through the same file object — pass either a name from your storage folder or inline content:
{"file":{"filePath":"report.docx"}}
Field
Type
Description
filePath
string
File path or name in the configured storage folder
fileContent
string
Base64-encoded file content (alternative to filePath)
fileName
string
Original filename with extension — required with fileContent
You rarely write this JSON yourself: the AI agent does, from your plain-language prompt. Missing files are not an error to fear — the tool responds with the list of available files so the agent can correct itself.