Skip to main content
Glama

Visum Thinker MCP Server

MIT License

import_knowledge

Transfer thinking states and PDF knowledge from an exported file into the Visum Thinker MCP Server, enabling structured reasoning and problem-solving workflows.

Instructions

Import thinking state and PDF knowledge from an exported file

Input Schema

NameRequiredDescriptionDefault
importPathYesAbsolute path to the exported knowledge file to import

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "importPath": { "description": "Absolute path to the exported knowledge file to import", "type": "string" } }, "required": [ "importPath" ], "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