Skip to main content
Glama

Ultrabrain Think

ultrabrain_think

Guide structured reasoning with step-by-step analysis, evidence, branching, verification, and quality metrics to reach verified conclusions.

Instructions

Canonical LCV reasoning gate for code work, branching, revisions, quality metrics, bias checks, confidence, and meta checkpoints. Protocol: state evidence and assumptions before conclusions; set step_type honestly (analysis, hypothesis, verification, conclusion...); attach evidence[] for any factual claim; branch when a materially different path exists and revise when an earlier step was wrong; adjust total_thoughts when scope changes instead of forcing a fit; only set next_thought_needed to false once a verification step has checked the conclusion. Close each step by asking: what am I missing or need to reconsider?

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoReasoning mode.
tagsNoOptional tags.
risksNoKnown risks.
thoughtYesCurrent Ultrabrain reasoning step.
evidenceNoEvidence supporting this thought.
branch_idNoBranch identifier.
max_depthNoMaximum planned depth.
step_typeNoReasoning step category.
confidenceNoConfidence from 0 to 1.
hypothesisNoExplicit hypothesis for this step.
session_idNoOptional reasoning session id. Defaults to "default".
assumptionsNoAssumptions to track.
budget_modeNoReasoning budget mode.
budget_usedNoBudget used percentage from 0 to 100.
depth_levelNoCurrent depth for serial reasoning.
is_revisionNoWhether this step revises an earlier thought.
perspectiveNoOptional perspective, such as reviewer, maintainer, security, UX, or operator.
alternativesNoAlternative paths or options.
next_actionsNoConcrete next checks or implementation actions.
verificationNoVerification approach or result.
bias_detectedNoKnown cognitive bias to track.
open_questionsNoUnresolved questions.
parent_thoughtNoOptional parent thought reference.
thought_numberYesCurrent thought number in the chain.
total_thoughtsYesEstimated total thoughts. Adjust this as scope changes.
expected_outputNoExpected output from the reasoning chain.
meta_checkpointNoMarks an explicit meta-reasoning checkpoint.
quality_metricsNoQuality scores from 0 to 5.
response_formatNoResponse format.
revises_thoughtNoThought number being revised.
branch_from_thoughtNoThought number where this branch starts.
needs_more_thoughtsNoAllows thought_number to exceed total_thoughts when scope expands.
next_thought_neededYesSet to false only when this chain has reached a verified conclusion.
Behavior4/5

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

The description discloses key behaviors beyond annotations: it is a reasoning gate, supports branching/revision, requires verification before concluding, and includes meta-checkpoints. Annotations only indicate non-readOnly and non-destructive, so the description adds critical transparency about how the tool modifies reasoning state.

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

Conciseness5/5

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

The description is a single, dense paragraph that front-loads purpose and immediately follows with actionable protocol. Every sentence earns its place, covering when to branch, revise, set next_thought_needed, and even ends with a meta-question. No redundancy or filler.

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?

Given the tool's complexity (33 parameters, no output schema), the description provides a coherent protocol that guides usage across diverse reasoning scenarios. It covers branching, revision, quality metrics, and verification, but could mention the return value or side effects more explicitly.

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

Parameters4/5

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

While schema coverage is 100%, the description adds semantic context by prescribing how parameters should be used (e.g., attach evidence for claims, set step_type honestly, adjust total_thoughts). This goes beyond per-parameter descriptions, providing a usage narrative that enhances parameter understanding.

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 explicitly states it is a 'Canonical LCV reasoning gate for code work, branching, revisions, quality metrics, bias checks, confidence, and meta checkpoints.' This clearly identifies the tool as the primary reasoning step tool, distinguishing it from sibling tools like ultrabrain_analyze or ultrabrain_review by covering all aspects of reasoning.

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

Usage Guidelines4/5

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

The description provides a detailed protocol: state evidence and assumptions before conclusions, set step_type honestly, attach evidence for factual claims, branch and revise appropriately, adjust total_thoughts, and only set next_thought_needed to false after verification. It explains when to use these features but does not explicitly exclude scenarios or compare to siblings.

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/LCV-Ideas-Software/ultrabrain-mcp'

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