Skip to main content
Glama

Visum Thinker MCP Server

MIT License

import_knowledge

Import thinking states and PDF knowledge from an exported file to enable structured, sequential problem-solving and alternative reasoning paths within the Visum Thinker MCP Server.

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