Skip to main content
Glama

MCP PDF Forms

by Wildebeest

highlight_form_field

Highlight a specific form field in a PDF by generating an image with the field outlined in a red box. This tool helps users easily identify and locate form fields within PDF documents for better visualization and processing.

Instructions

Generate an image with the specified form field highlighted with a red box Args: pdf_path: Path to the PDF file field_name: Name of the form field to highlight Returns: Image of the page with the field highlighted

Input Schema

NameRequiredDescriptionDefault
field_nameYes
pdf_pathYes

Input Schema (JSON Schema)

{ "properties": { "field_name": { "title": "Field Name", "type": "string" }, "pdf_path": { "title": "Pdf Path", "type": "string" } }, "required": [ "pdf_path", "field_name" ], "title": "highlight_form_fieldArguments", "type": "object" }

Other Tools from MCP PDF Forms

Related Tools

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/Wildebeest/mcp_pdf_forms'

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