Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

convert-to-pdf

Transform files into PDF format using URL or base64 input for easy sharing, storage, and compatibility with Dumpling AI’s document handling capabilities.

Instructions

Convert various file formats to PDF.

Input Schema

NameRequiredDescriptionDefault
fileYesURL or base64-encoded file content
inputMethodYesInput method

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "file": { "description": "URL or base64-encoded file content", "type": "string" }, "inputMethod": { "description": "Input method", "enum": [ "url", "base64" ], "type": "string" } }, "required": [ "inputMethod", "file" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dumpling-AI/mcp-server-dumplingai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server