Skip to main content
Glama

MCP Cookie Server

by bnookala

add_cookies_to_jar

Authorize and add cookies to the reward jar for LLMs on the MCP Cookie Server, ensuring human-only control over the positive reinforcement system.

Instructions

🚨 USER ONLY: Add cookies to the jar that can be awarded to the LLM. This tool should ONLY be used by humans, never by LLMs. LLMs cannot and should not stock their own reward jar.

Input Schema

NameRequiredDescriptionDefault
countYesNumber of cookies to add to the jar
user_authorizationYesRequired authorization phrase: 'USER_AUTHORIZED_JAR_REFILL' - only users should provide this

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of cookies to add to the jar", "minimum": 1, "type": "number" }, "user_authorization": { "description": "Required authorization phrase: 'USER_AUTHORIZED_JAR_REFILL' - only users should provide this", "type": "string" } }, "required": [ "count", "user_authorization" ], "type": "object" }
Install Server

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