Skip to main content
Glama

MemoryMesh

by CheMiguel23

add_skills

Enhance character profiles by defining and assigning skills or abilities within the MemoryMesh MCP server, ensuring structured and relational data management.

Instructions

Defines list of skills or abilities a character can possess.

Input Schema

NameRequiredDescriptionDefault
skillsYes

Input Schema (JSON Schema)

{ "properties": { "skills": { "additionalProperties": { "description": "Additional property value", "type": "string" }, "properties": { "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": [ "name", "owner" ], "type": "object" } }, "required": [ "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