Skip to main content
Glama

PDF Manipulation MCP Server

pdf_add_form_field

Add interactive form fields to PDF documents by specifying field type, position, and dimensions to create fillable forms.

Instructions

Add a form field to a PDF.

Input Schema

NameRequiredDescriptionDefault
pdf_pathYes
page_numberYes
field_typeYes
field_nameYes
xYes
yYes
widthYes
heightYes
optionsNo

Input Schema (JSON Schema)

{ "properties": { "field_name": { "title": "Field Name", "type": "string" }, "field_type": { "title": "Field Type", "type": "string" }, "height": { "title": "Height", "type": "number" }, "options": { "default": null, "items": { "type": "string" }, "title": "Options", "type": "array" }, "page_number": { "title": "Page Number", "type": "integer" }, "pdf_path": { "title": "Pdf Path", "type": "string" }, "width": { "title": "Width", "type": "number" }, "x": { "title": "X", "type": "number" }, "y": { "title": "Y", "type": "number" } }, "required": [ "pdf_path", "page_number", "field_type", "field_name", "x", "y", "width", "height" ], "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