Skip to main content
Glama

MCP PDF Forms

by Wildebeest

highlight_form_field

Identifies and highlights a specific form field in a PDF document with a red box, making it easy to visually locate and verify the field within the document.

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" }
Install Server

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