Skip to main content
Glama

Memory Bank MCP Server

by yywdandan

creative_get_ideas

Retrieve a list of creative ideas filtered by project ID and optional tags, streamlining idea generation and organization within the Memory Bank MCP Server’s multi-project management framework.

Instructions

获取创意列表

Input Schema

NameRequiredDescriptionDefault
projectIdYes项目ID
tagNo按标签筛选(可选)

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "项目ID", "type": "string" }, "tag": { "description": "按标签筛选(可选)", "type": "string" } }, "required": [ "projectId" ], "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/yywdandan/memory-bank-mcp-server'

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