Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

write-pdf-metadata

Add or modify metadata in PDF files, including Title, Author, Subject, and Keywords, using URLs or base64-encoded inputs for streamlined document processing.

Instructions

Write metadata to PDF files.

Input Schema

NameRequiredDescriptionDefault
filesYesArray of URLs or base64-encoded PDFs
inputMethodYesInput method
metadataYesMetadata to write

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "files": { "description": "Array of URLs or base64-encoded PDFs", "items": { "type": "string" }, "type": "array" }, "inputMethod": { "description": "Input method", "enum": [ "url", "base64" ], "type": "string" }, "metadata": { "additionalProperties": false, "description": "Metadata to write", "properties": { "Author": { "type": "string" }, "Creator": { "type": "string" }, "Keywords": { "type": "string" }, "Producer": { "type": "string" }, "Subject": { "type": "string" }, "Title": { "type": "string" } }, "type": "object" } }, "required": [ "inputMethod", "files", "metadata" ], "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