Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

doc-to-text

Convert documents in various formats to plain text for easy text extraction and processing. Supports URLs or base64 file input and customizable page selection.

Instructions

Convert various document formats to plain text.

Input Schema

NameRequiredDescriptionDefault
fileYesURL or base64-encoded file content
inputMethodYesInput method
pagesNoPages to process (e.g., '1, 2-5')

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" }, "pages": { "description": "Pages to process (e.g., '1, 2-5')", "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