Skip to main content
Glama

Advanced Reasoning MCP Server

create_memory_library

Organize and store knowledge systematically by creating named memory libraries for specific projects, domains, or contexts, ensuring structured and accessible information management.

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

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