Skip to main content
Glama

PDF Manipulation MCP Server

pdf_fill_form

Fill PDF form fields with specified values to complete digital forms. This tool populates text fields, checkboxes, and other form elements in PDF documents using provided data.

Instructions

Fill form fields in a PDF with values.

Input Schema

NameRequiredDescriptionDefault
pdf_pathYes
field_valuesYes

Input Schema (JSON Schema)

{ "properties": { "field_values": { "additionalProperties": true, "title": "Field Values", "type": "object" }, "pdf_path": { "title": "Pdf Path", "type": "string" } }, "required": [ "pdf_path", "field_values" ], "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