get_library_folder
Retrieve the file path to the MindManager library folder using this tool, enabling access to stored mind map resources for further processing or integration.
Instructions
Gets the path to the MindManager library folder.
Returns:
Union[str, Dict[str, str]]: The library folder path or error dictionary.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_library_folderArguments",
"type": "object"
}