Skip to main content
Glama

Visum Thinker MCP Server

MIT License

analyze_pdf_section

Search and analyze specific sections of a loaded PDF document to find relevant information quickly. Ideal for navigating large documents by specifying search queries, context windows, and match limits.

Instructions

Search and analyze specific sections of a loaded PDF document. Optimized for large documents.

Input Schema

NameRequiredDescriptionDefault
caseSensitiveNoWhether search should be case sensitive (default: false)
contextWindowNoNumber of characters around each match to include (default: 2000)
maxMatchesNoMaximum number of matches to return (default: 10)
queryYesSearch query or topic to look for in the PDF

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "caseSensitive": { "description": "Whether search should be case sensitive (default: false)", "type": "boolean" }, "contextWindow": { "description": "Number of characters around each match to include (default: 2000)", "exclusiveMinimum": 0, "type": "integer" }, "maxMatches": { "description": "Maximum number of matches to return (default: 10)", "exclusiveMinimum": 0, "type": "integer" }, "query": { "description": "Search query or topic to look for in the PDF", "type": "string" } }, "required": [ "query" ], "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