MCP Access Server

get-pdf-content

Text parsing and return of PDF content

Input Schema

NameRequiredDescriptionDefault
pdfFilePathYesThe filepath of the PDF file to parse

Input Schema (JSON Schema)

{ "properties": { "pdfFilePath": { "description": "The filepath of the PDF file to parse", "type": "string" } }, "required": [ "pdfFilePath" ], "type": "object" }