Skip to main content
Glama

MemoryMesh

by CheMiguel23

update_skills

Modify and refresh existing skills within the MemoryMesh knowledge graph by updating metadata, names, and owner relationships to maintain accurate and current skill representations.

Instructions

Update an existing skills in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
update_skillsYes

Input Schema (JSON Schema)

{ "properties": { "update_skills": { "additionalProperties": { "description": "Any additional properties", "type": "string" }, "properties": { "metadata": { "description": "An array of metadata contents to replace the existing metadata", "items": { "description": "Item in metadata array", "type": "string" }, "type": "array" }, "name": { "description": "[Entity]_abilities", "type": "string" }, "owner": { "description": "The relationship between the skill and its owner.", "items": { "description": "Item in owner array", "type": "string" }, "type": "array" } }, "required": [], "type": "object" } }, "required": [ "update_skills" ], "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