Skip to main content
Glama

PDF Redaction MCP Server

load_pdf

Load PDF files to extract text content for redaction operations. Prepare documents for sensitive information removal by making them available for text review and subsequent redaction processes.

Instructions

Load a PDF file and make it available for redaction.

This tool loads a PDF file into memory and extracts its text content for review. The PDF remains loaded for subsequent redaction operations.

Args: pdf_path: Path to the PDF file to load ctx: MCP context for logging

Returns: The full text content of the PDF

Raises: ToolError: If the file doesn't exist or cannot be opened

Input Schema

NameRequiredDescriptionDefault
pdf_pathYesPath to the PDF file to load

Input Schema (JSON Schema)

{ "properties": { "pdf_path": { "description": "Path to the PDF file to load", "type": "string" } }, "required": [ "pdf_path" ], "type": "object" }

Other Tools from PDF Redaction MCP Server

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/marc-hanheide/redact_mcp'

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