Skip to main content
Glama

PDF Manipulation MCP Server

pdf_add_text

Add custom text to specific positions on PDF pages. Insert annotations, labels, or comments at precise coordinates to modify PDF documents with targeted text placement.

Instructions

Add text to a PDF at a specified position.

Input Schema

NameRequiredDescriptionDefault
pdf_pathYes
page_numberYes
textYes
xYes
yYes
font_sizeNo
colorNo

Input Schema (JSON Schema)

{ "properties": { "color": { "default": null, "items": { "type": "number" }, "title": "Color", "type": "array" }, "font_size": { "default": 12, "title": "Font Size", "type": "integer" }, "page_number": { "title": "Page Number", "type": "integer" }, "pdf_path": { "title": "Pdf Path", "type": "string" }, "text": { "title": "Text", "type": "string" }, "x": { "title": "X", "type": "number" }, "y": { "title": "Y", "type": "number" } }, "required": [ "pdf_path", "page_number", "text", "x", "y" ], "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