Skip to main content
Glama

MCP Notes

sticky

Assess the stickiness of a thought by evaluating its actionability, longevity, findability, and future reference value for effective knowledge organization and retrieval.

Instructions

Evaluate the stickiness of a thought. Based on the following criteria: 1. Actionability (1-10): Can this be applied to future work? Is there any information that can be used to apply this thought to future work in different contexts? Is the problem it solves clear? 2. Longevity (1-10): Will this be relevant months or years from now? 3. Findability (1-10): Would this be hard to rediscover if forgotten? 4. Future Reference Value (1-10): How likely are you to need this again? Thoughts to ignore: 1. Trivial syntax details 2. Redundant information

Input Schema

NameRequiredDescriptionDefault
actionabilityYes
evaluationStepYes
findabilityYes
futureReferenceValueYes
longevityYes
nextStepNeededYes
thoughtYes
totalStepsYes

Input Schema (JSON Schema)

{ "properties": { "actionability": { "type": "number" }, "evaluationStep": { "type": "number" }, "findability": { "type": "number" }, "futureReferenceValue": { "type": "number" }, "longevity": { "type": "number" }, "nextStepNeeded": { "type": "boolean" }, "thought": { "type": "string" }, "totalSteps": { "type": "number" } }, "required": [ "thought", "evaluationStep", "totalSteps", "nextStepNeeded", "actionability", "longevity", "findability", "futureReferenceValue" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Notes

Related Tools

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/markacianfrani/mcp-notes'

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