Skip to main content
Glama

Advanced Reasoning MCP Server

switch_memory_library

Switch between memory libraries on the Advanced Reasoning MCP Server to manage distinct contexts or projects. Saves current session state before switching for seamless transitions.

Instructions

Switch to a different memory library.

Allows you to switch between different memory libraries for different contexts or projects. Current session state is saved before switching.

Parameters:

  • library_name: Name of the library to switch to (required)

Returns success status and message.

Input Schema

NameRequiredDescriptionDefault
library_nameYesName of the library to switch to

Input Schema (JSON Schema)

{ "properties": { "library_name": { "description": "Name of the library to switch to", "type": "string" } }, "required": [ "library_name" ], "type": "object" }
Install Server

Other Tools from Advanced Reasoning MCP Server

Related Tools

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/angrysky56/advanced-reasoning-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server