Skip to main content
Glama

Visum Thinker MCP Server

MIT License

process_large_pdf

Split and process large PDF files into smaller chunks to manage memory constraints efficiently. Specify page ranges, chunk sizes, and output summaries for streamlined handling of documents over 50MB.

Instructions

Process a large PDF file in smaller chunks to handle memory constraints. Use this for PDFs over 50MB.

Input Schema

NameRequiredDescriptionDefault
chunkSizePagesNoNumber of pages to process at a time (default: 20)
endPageNoEnding page number (1-based, default: all)
filePathYesAbsolute path to the large PDF file
outputSummaryNoWhether to provide a summary instead of full content (default: true)
startPageNoStarting page number (1-based, default: 1)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chunkSizePages": { "description": "Number of pages to process at a time (default: 20)", "exclusiveMinimum": 0, "type": "integer" }, "endPage": { "description": "Ending page number (1-based, default: all)", "exclusiveMinimum": 0, "type": "integer" }, "filePath": { "description": "Absolute path to the large PDF file", "type": "string" }, "outputSummary": { "description": "Whether to provide a summary instead of full content (default: true)", "type": "boolean" }, "startPage": { "description": "Starting page number (1-based, default: 1)", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "filePath" ], "type": "object" }

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/multiluca2020/visum-thinker-mcp-server'

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