Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}
prompts
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
thinkA

Use this tool to record a structured reasoning step. It will not obtain new information or change any state — it appends your thought to the log. Use it when you need to: process results from previous tool calls before acting, plan your approach to a multi-step task, analyze a complex situation before deciding, or navigate environments with detailed policies. Do NOT use for simple single-step tasks or restating without analysis. When thinking, ask yourself: What am I assuming? What evidence supports this? What's my plan, and what could go wrong? You can adjust totalThoughts up or down as your understanding deepens. When you set nextThoughtNeeded to false, use the verify tool to challenge your conclusion before acting.

verifyA

Use this tool to challenge and evaluate your reasoning before committing to an action. It will not obtain new information or change any state — it logs your critical self-assessment. Use it when you need to: check if your planned action complies with all requirements, validate reasoning before committing, assess edge cases, or evaluate tool results for correctness. Do NOT use to confirm what you are already confident about. When verifying, steel-man the opposition: What is the strongest argument that your conclusion is wrong? If you can't defeat it, reconsider. If your verification reveals a flaw, use the think tool to revise your approach.

Prompts

Interactive templates invoked by user choice

NameDescription
steelmindMetacognitive system prompt for structured thinking and steel-manning verification

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.7/5.0

Scored across 2 tools

Disambiguation5/5

Both tools have clearly distinct purposes: 'think' is for recording reasoning steps, while 'verify' is for challenging and evaluating reasoning before action. There is no ambiguity between them.

Naming Consistency5/5

Tool names follow a consistent single-word verb pattern ('think' and 'verify'), which is appropriate for metacognitive tools and perfectly consistent.

Tool Count4/5

With only two tools, the set is minimal but well-scoped for a server focused on reasoning and self-reflection. It earns its place without being over or under.

Completeness5/5

The tools cover the essential metacognitive cycle of thinking and verifying. There are no obvious gaps for the server's intended purpose of enhancing reasoning.

Maintenance

ActivityInactive
ResponsivenessNo issues