Skip to main content
Glama

Advanced Reasoning MCP Server

switch_memory_library

Switch between memory libraries to manage data for different contexts or projects. The current session state is saved before the switch, ensuring continuity. Input the library name to activate the desired memory structure.

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" }

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