give_cookie
Award a cookie to the LLM as positive reinforcement for response quality, with an optional message, using the MCP Cookie Server's legacy method.
Instructions
Award the LLM with a cookie (legacy method - consider using self_reflect_and_reward instead)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | No | Optional message to accompany the cookie reward |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"description": "Optional message to accompany the cookie reward",
"type": "string"
}
},
"type": "object"
}