Skip to main content
Glama

MemoryMesh

by CheMiguel23

delete_location

Remove an existing location from the knowledge graph by specifying its name using MemoryMesh's MCP server.

Instructions

Delete an existing location from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
delete_locationYesDelete parameters for location

Input Schema (JSON Schema)

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