Skip to main content
Glama

MCP PDF Forms

by Wildebeest

search_text

Search for specific text patterns in PDF files using regular expressions. Specify case sensitivity, page range, and retrieve matches with page numbers, text, and context.

Instructions

Search for text pattern in a PDF file Args: pdf_path: Path to the PDF file pattern: Regular expression pattern to search for case_sensitive: Whether to perform case-sensitive matching start_page: Page number to start search (0-indexed). If None, starts from first page. end_page: Page number to end search (0-indexed, inclusive). If None, searches all pages. Returns: List of matches with page number, match text, and context

Input Schema

NameRequiredDescriptionDefault
case_sensitiveNo
end_pageNo
patternYes
pdf_pathYes
start_pageNo

Input Schema (JSON Schema)

{ "properties": { "case_sensitive": { "default": false, "title": "Case Sensitive", "type": "boolean" }, "end_page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "End Page" }, "pattern": { "title": "Pattern", "type": "string" }, "pdf_path": { "title": "Pdf Path", "type": "string" }, "start_page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Start Page" } }, "required": [ "pdf_path", "pattern" ], "title": "search_textArguments", "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