Skip to main content
Glama

MCP Advanced Reasoning Server

by AzDeltaQQ

beam_search_reasoning

Optimize complex problem-solving using structured, step-by-step reasoning with multiple parallel paths to identify the most effective solution.

Input Schema

NameRequiredDescriptionDefault
beamWidthNoNumber of top paths to maintain (n-sampling)
nextThoughtNeededYesWhether another step is needed
promptYesThe problem or query to reason about
thoughtYesCurrent reasoning step
thoughtNumberYesCurrent step number
totalThoughtsYesTotal expected steps

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "beamWidth": { "default": 3, "description": "Number of top paths to maintain (n-sampling)", "maximum": 10, "minimum": 1, "type": "integer" }, "nextThoughtNeeded": { "description": "Whether another step is needed", "type": "boolean" }, "prompt": { "description": "The problem or query to reason about", "type": "string" }, "thought": { "description": "Current reasoning step", "type": "string" }, "thoughtNumber": { "description": "Current step number", "minimum": 1, "type": "integer" }, "totalThoughts": { "description": "Total expected steps", "minimum": 1, "type": "integer" } }, "required": [ "prompt", "thought", "thoughtNumber", "totalThoughts", "nextThoughtNeeded" ], "type": "object" }
Install Server

Other Tools from MCP Advanced Reasoning Server

Related Tools

    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/AzDeltaQQ/Mcp-Reasoning-Server'

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