Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

read-pdf-metadata

Extract metadata from PDF files using URLs or base64-encoded inputs to analyze file details and enhance document management workflows.

Instructions

Extract metadata from PDF files.

Input Schema

NameRequiredDescriptionDefault
filesYesArray of URLs or base64-encoded PDFs
inputMethodYesInput method
requestSourceNoRequest source

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" }, "requestSource": { "description": "Request source", "type": "string" } }, "required": [ "inputMethod", "files" ], "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