Skip to main content
Glama

Visum Thinker MCP Server

MIT License

export_knowledge

Export structured thinking states and PDF knowledge to a file for transfer, ensuring continuity and reuse across systems.

Instructions

Export the current thinking state and PDF knowledge to a file for transfer to another server

Input Schema

NameRequiredDescriptionDefault
exportPathYesAbsolute path where to save the exported knowledge file

Input Schema (JSON Schema)

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