Skip to main content
Glama

MemoryMesh

by CheMiguel23

update_transportation

Modify transportation details in the knowledge graph, including name, description, owner, type, and metadata, to ensure accurate and current vehicle information.

Instructions

Update an existing transportation in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
update_transportationYes

Input Schema (JSON Schema)

{ "properties": { "update_transportation": { "additionalProperties": { "description": "Any additional properties", "type": "string" }, "properties": { "description": { "description": "A brief description of the vehicle.", "type": "string" }, "metadata": { "description": "An array of metadata contents to replace the existing metadata", "items": { "description": "Item in metadata array", "type": "string" }, "type": "array" }, "name": { "description": "The name of the vehicle.", "type": "string" }, "owner": { "description": "The relationship between the vehicle and its owner.", "items": { "description": "Item in owner array", "type": "string" }, "type": "array" }, "type": { "description": "The type or class of the vehicle (e.g., car, spaceship, boat, horse).", "type": "string" } }, "required": [], "type": "object" } }, "required": [ "update_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