Skip to main content
Glama

MemoryMesh

by CheMiguel23

delete_transportation

Remove a transportation entry from the MemoryMesh knowledge graph by specifying its name, ensuring accurate and updated graph data.

Instructions

Delete an existing transportation from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
delete_transportationYesDelete parameters for transportation

Input Schema (JSON Schema)

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