Skip to main content
Glama

get_memory_bank_structure

Retrieve the file structure of a memory bank to understand how project documentation is organized within the MCP server.

Instructions

Get a detailed description of the Memory Bank file structure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The core handler function for the 'get_memory_bank_structure' tool. It is registered via the @mcp.tool() decorator and simply returns the 'structure' guide from the GUIDES dictionary, providing a detailed description of the Memory Bank file structure.
    @mcp.tool() async def get_memory_bank_structure() -> str: """Get a detailed description of the Memory Bank file structure.""" return GUIDES["structure"]

Latest Blog Posts

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/ipospelov/mcp-memory-bank'

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