Skip to main content
Glama

MemoryMesh

by CheMiguel23

update_currency

Modify currency details in the MemoryMesh knowledge graph, including name, description, owner, quantity, and metadata, to ensure accurate and up-to-date financial information.

Instructions

Update an existing currency in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
update_currencyYes

Input Schema (JSON Schema)

{ "properties": { "update_currency": { "additionalProperties": { "description": "Any additional properties", "type": "string" }, "properties": { "description": { "description": "A brief description of the currency.", "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 currency.", "type": "string" }, "owner": { "description": "The relationship between the currency and its owner.", "items": { "description": "Item in owner array", "type": "string" }, "type": "array" }, "quantity": { "description": "The amount of this currency owned.", "type": "string" } }, "required": [], "type": "object" } }, "required": [ "update_currency" ], "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