Skip to main content
Glama

MemoryMesh

by CheMiguel23

delete_temporal

Remove specific temporal data from the MemoryMesh knowledge graph by specifying its name. Ensures precise deletion of outdated or unnecessary entries.

Instructions

Delete an existing temporal from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
delete_temporalYesDelete parameters for temporal

Input Schema (JSON Schema)

{ "properties": { "delete_temporal": { "description": "Delete parameters for temporal", "properties": { "name": { "description": "The name of the temporal to delete", "type": "string" } }, "required": [ "name" ], "type": "object" } }, "required": [ "delete_temporal" ], "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