Skip to main content
Glama

ouroboros_lateral_think

Generate alternative thinking approaches using lateral thinking personas when stuck on a problem. Dispatch multiple personas in parallel to get fresh perspectives.

Instructions

Generate alternative thinking approaches using lateral thinking personas. Use this tool when stuck on a problem to get fresh perspectives from different thinking modes: hacker (unconventional workarounds), researcher (seeks information), simplifier (reduces complexity), architect (restructures approach), or contrarian (challenges assumptions). Set persona='all' (or pass personas=['hacker','architect',...]) to fan out to MULTIPLE personas in parallel — each runs in its own Task pane with an independent LLM context (no cross-contamination).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
personaNoSingle persona (hacker, researcher, simplifier, architect, contrarian) OR 'all' to dispatch ALL 5 personas in parallel as separate Task panes.
personasNoExplicit list of personas to dispatch in parallel. Takes precedence over 'persona' arg. Example: ['hacker','contrarian','architect']. Each runs in its own parallel Task pane.
failed_attemptsNoPrevious failed approaches to avoid repeating
problem_contextYesDescription of the stuck situation or problem
current_approachYesWhat has been tried so far that isn't working
stagnation_patternNoDetected stagnation pattern used to suggest a persona when persona is omitted.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full transparency burden. It discloses a critical behavioral trait: fanning out to multiple personas runs them in parallel as separate Task panes with independent LLM contexts and no cross-contamination. This goes beyond the schema and is essential for the agent to understand side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is only two sentences with no filler. The second sentence is dense but packs in essential details about parallel dispatch and independent contexts. It is appropriately sized for the complexity, though a touch run-on.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has six parameters (two required) and no output schema. The description covers the main workflow well, including the persona list and parallel behavior. However, it does not mention the stagnation_pattern parameter's role in auto-suggesting a persona or explicitly describe the return format, leaving minor gaps that the schema alone fills.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and every parameter already has a clear description. The tool description adds useful context about parallel execution and persona use, but largely restates schema information (e.g., 'personas' precedence is already in the schema). Thus the description adds only marginal semantic value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Generate' with the resource 'alternative thinking approaches' and enumerates five distinct personas (hacker, researcher, simplifier, architect, contrarian). This clearly differentiates the tool from sibling tools that manage jobs, seeds, or sessions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states 'Use this tool when stuck on a problem to get fresh perspectives'—a clear trigger condition. It also explains how to select a single persona or fan out with 'all' or 'personas', and notes that 'personas' takes precedence, giving actionable guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Q00/ouroboros'

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