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
skills.schema.json•555 B
{
"name": "add_skills",
"description": "Defines list of skills or abilities a character can possess.",
"properties": {
"name": {
"type": "string",
"description": "[Entity]_abilities",
"required": true
},
"owner": {
"type": "string",
"description": "The entity or character that owns these skills.",
"required": true,
"relationship": {
"edgeType": "possesses",
"description": "The relationship between the skill and its owner."
}
}
},
"additionalProperties": true
}