Skip to main content
Glama

MemoryMesh

by CheMiguel23

delete_quest

Remove specific quests from the MemoryMesh knowledge graph by providing the quest name. Simplify knowledge graph management and data organization.

Instructions

Delete an existing quest from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
delete_questYesDelete parameters for quest

Input Schema (JSON Schema)

{ "properties": { "delete_quest": { "description": "Delete parameters for quest", "properties": { "name": { "description": "The name of the quest to delete", "type": "string" } }, "required": [ "name" ], "type": "object" } }, "required": [ "delete_quest" ], "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/CheMiguel23/MemoryMesh'

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