Skip to main content
Glama

Memento

by iAchilles

set_importance

Assign importance levels (critical, important, normal, temporary, deprecated) to entities to manage and prioritize them effectively within the Memento MCP server.

Instructions

Set the importance level for an entity (critical, important, normal, temporary, deprecated).

Input Schema

NameRequiredDescriptionDefault
entityNameYesName of the entity.
importanceYesImportance level for the entity.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entityName": { "description": "Name of the entity.", "type": "string" }, "importance": { "description": "Importance level for the entity.", "enum": [ "critical", "important", "normal", "temporary", "deprecated" ], "type": "string" } }, "required": [ "entityName", "importance" ], "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/iAchilles/memento'

If you have feedback or need assistance with the MCP directory API, please join our Discord server