Skip to main content
Glama

PDF Manipulation MCP Server

pdf_set_metadata

Set custom metadata for PDF documents including title, author, subject, and keywords to organize and identify files efficiently.

Instructions

Set metadata for a PDF.

Input Schema

NameRequiredDescriptionDefault
pdf_pathYes
metadataYes

Input Schema (JSON Schema)

{ "properties": { "metadata": { "additionalProperties": { "type": "string" }, "title": "Metadata", "type": "object" }, "pdf_path": { "title": "Pdf Path", "type": "string" } }, "required": [ "pdf_path", "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/andr3medeiros/pdf-manipulation-mcp-server'

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