Unconventional-thinking MCP server

by stagsz
Verified
MIT License
7
  • Apple

generate_unreasonable_thought

Generate a new unreasonable thought that challenges conventional thinking

Input Schema

NameRequiredDescriptionDefault
forceRebellionNoForce the thought to rebel against conventional wisdom
previousThoughtIdNoOptional ID of a previous thought to build upon or rebel against
problemYesThe problem or challenge to think unreasonably about

Input Schema (JSON Schema)

{ "properties": { "forceRebellion": { "description": "Force the thought to rebel against conventional wisdom", "type": "boolean" }, "previousThoughtId": { "description": "Optional ID of a previous thought to build upon or rebel against", "type": "string" }, "problem": { "description": "The problem or challenge to think unreasonably about", "type": "string" } }, "required": [ "problem" ], "type": "object" }