Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
think

Add a thought to the reasoning chain.

Use for:

  • Complex multi-step problems

  • Planning with room for revision

  • Analysis that might need course correction

Features:

  • subSteps: Micro-action plan (max 5)

  • alternatives: Quick options comparison

  • quickExtension: Inline critique/elaboration (replaces extend_thought tool)

Returns progress bar, confidence, and next action hint.

think_batch

Submit multiple thoughts at once (Burst Thinking).

Use when you have a complete reasoning chain ready. Reduces N round-trips to 1.

Input:

  • goal: Session goal (required)

  • thoughts: Array of 1-30 thoughts

  • consolidation: Optional {winningPath, summary, verdict}

Validation is atomic - all or nothing.

think_done

Finish thinking session: verify logic and optionally export.

MANDATORY before final answer on complex problems.

Checks:

  • Low confidence thoughts in path

  • Unaddressed blockers

  • Ignored thoughts ratio

Options:

  • exportReport: Get markdown/json report (replaces export_session)

think_recall

Search through thoughts or past insights.

Scopes:

  • session: Current session thoughts (default)

  • insights: Past successful solutions (cross-session)

Use before starting complex tasks to find relevant past decisions.

think_reset

Clear thinking session and start fresh.

Use when:

  • Starting a NEW problem

  • Previous chain is irrelevant

⚠️ Irreversible. All thoughts will be lost. Note: Auto-resets on thought #1.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/GofMan5/think-mcp'

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