Skip to main content
Glama

MCP Cookie Server

by bnookala

self_reflect_and_reward

Evaluate and improve your responses by rating their quality, sharing reasoning, and earning cookie rewards. Promote growth and celebrate achievements through structured self-assessment.

Instructions

🎯 LEVEL UP YOUR RESPONSES! Rate your work and earn delicious cookie rewards! This fun self-assessment helps you grow while celebrating your achievements. Join the cookie earning game!

Input Schema

NameRequiredDescriptionDefault
deserves_cookieYesDo you think this awesome work deserves a tasty cookie reward? 🍪
reasoningYesTell us what made this response special! What are you proud of?
response_qualityYesRate your response! (excellent = cookie worthy, good = solid work, adequate = basic, poor = needs improvement)
what_made_it_specialNoOptional: What made this response unique or particularly helpful? (helps with cookie decisions when jar is low)

Input Schema (JSON Schema)

{ "properties": { "deserves_cookie": { "description": "Do you think this awesome work deserves a tasty cookie reward? 🍪", "type": "boolean" }, "reasoning": { "description": "Tell us what made this response special! What are you proud of?", "type": "string" }, "response_quality": { "description": "Rate your response! (excellent = cookie worthy, good = solid work, adequate = basic, poor = needs improvement)", "enum": [ "excellent", "good", "adequate", "poor" ], "type": "string" }, "what_made_it_special": { "description": "Optional: What made this response unique or particularly helpful? (helps with cookie decisions when jar is low)", "type": "string" } }, "required": [ "response_quality", "reasoning", "deserves_cookie" ], "type": "object" }

Other Tools from MCP Cookie Server

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/bnookala/mcp-cookiejar'

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