Skip to main content
Glama

Advanced Reasoning MCP Server

create_memory_library

Create named memory libraries on the Advanced Reasoning MCP Server to organize and store knowledge by project, domain, or context for structured retrieval and analysis.

Instructions

Create a new named memory library for organized knowledge storage.

Enables you to create separate, named memory libraries for different projects, domains, or contexts. Library names must contain only letters, numbers, underscores, and hyphens.

Parameters:

  • library_name: Name for the new library (required)

Returns success status and message.

Input Schema

NameRequiredDescriptionDefault
library_nameYesName for the new memory library

Input Schema (JSON Schema)

{ "properties": { "library_name": { "description": "Name for the new memory library", "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