Skip to main content
Glama

MemoryMesh

by CheMiguel23

update_temporal

Modify temporal data in the MemoryMesh knowledge graph, including time, day, year, weather, and metadata, to reflect updated timeline or environmental conditions.

Instructions

Update an existing temporal in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
update_temporalYes

Input Schema (JSON Schema)

{ "properties": { "update_temporal": { "additionalProperties": { "description": "Any additional properties", "type": "string" }, "properties": { "day": { "description": "The current day.", "type": "string" }, "metadata": { "description": "An array of metadata contents to replace the existing metadata", "items": { "description": "Item in metadata array", "type": "string" }, "type": "array" }, "time": { "description": "The specific time.", "type": "string" }, "weather": { "description": "The current weather or environmental conditions.", "type": "string" }, "year": { "description": "The current year or point in the timeline.", "type": "string" } }, "required": [], "type": "object" } }, "required": [ "update_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