ultraextramoregeniusthinking
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| thinkB | Thinking başlatır. Mod: easy/medium/more/max. Kullanıcı sadece 'max de düşün' derse conversation_context ile chat özetini ZORUNLU geç. |
| think_nextC | Pass cevabını gönder. Bitmediyse sonraki pass direktifi, bittiyse final cevap. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
Each tool serves a distinct phase: think initiates the thinking process with different modes, while think_next handles continuation or finalization. There is no functional overlap between them.
Both tools share the 'think' prefix, with 'think_next' clearly indicating the subsequent step. This follows a consistent and predictable naming pattern.
With only two tools, the set is minimal but well-scoped for a straightforward thinking workflow. Each tool serves a necessary and distinct role without being excessive or insufficient.
The basic lifecycle of initiating and continuing thinking is covered. A minor gap exists, such as missing tools for cancellation or state inspection, but the core workflow is functional.