Skip to main content
Glama

Enhanced Architecture MCP

reasoning_assist

Assists in breaking down complex problems into structured reasoning steps, enabling clear and logical analysis with customizable step counts and model selection.

Instructions

Structured reasoning assistance for complex problems

Input Schema

NameRequiredDescriptionDefault
modelNoModel to use for reasoningarchitecture-reasoning:latest
problemYesProblem statement requiring reasoning
stepsNoNumber of reasoning steps requested

Input Schema (JSON Schema)

{ "properties": { "model": { "default": "architecture-reasoning:latest", "description": "Model to use for reasoning", "type": "string" }, "problem": { "description": "Problem statement requiring reasoning", "type": "string" }, "steps": { "default": 5, "description": "Number of reasoning steps requested", "type": "number" } }, "required": [ "problem" ], "type": "object" }
Install Server

Other Tools from Enhanced Architecture MCP

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/autoexecbatman/arch-mcp'

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