Skip to main content
Glama

Visum Thinker MCP Server

MIT License

load_pdf

Load and process PDF files to enhance structured problem-solving. Specify file path, page limits, and chunk size for efficient handling of large documents.

Instructions

Load a PDF file to provide context for sequential thinking and problem solving. Optimized for large files.

Input Schema

NameRequiredDescriptionDefault
chunkSizeNoProcess PDF in chunks of this many pages (default: 10)
filePathYesAbsolute path to the PDF file to load
maxPagesNoMaximum number of pages to process (default: all)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chunkSize": { "description": "Process PDF in chunks of this many pages (default: 10)", "exclusiveMinimum": 0, "type": "integer" }, "filePath": { "description": "Absolute path to the PDF file to load", "type": "string" }, "maxPages": { "description": "Maximum number of pages to process (default: all)", "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