agent-reasoning-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| set_goalC | Register, update, decompose, or manage hierarchical goals and task DAGs in the reasoning engine. |
| evaluate_situationC | Ingest multi-modal situation snapshot, compute expected utilities against active weights, and output prioritized action recommendations. |
| replanC | Regenerate sub-task DAG and abort/recreate intentions upon unexpected blockers or environmental state changes. |
| assess_riskC | Compute quantitative risk and threat assessment for candidate actions or plans against active utility weights. |
| query_knowledgeC | Search learned heuristic patterns, tactics, and past decision traces by context similarity. |
| set_utility_weightsC | Configure and activate multi-attribute utility weights (aggression, caution, greed, exploration, cooperation). |
| get_decision_traceC | Retrieve explainable step-by-step chain-of-thought rationale, candidate utilities, and risk assessment for past decisions. |
| manage_beliefsB | Maintain structured belief state with TTL expiration sweeps, exponential confidence decay, and category filtering. |
| manage_intentionsC | Queue, dispatch, track, and resolve behavior directives (wire contract) for behavior-mcp. |
| manage_reasoning_dbC | Database maintenance, stats, SHA-256 Merkle audit verification, checkpoints save/restore, and diffs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| strategic-assessment | Generate comprehensive strategic assessment from active goals, beliefs, and situation snapshot |
| goal-planning | Decompose high-level strategic objectives into structured sub-goal DAGs with verifiable success criteria |
| risk-evaluation | Perform quantitative threat and opportunity analysis for proposed action plans |
| post-mortem | Analyze decision trace and outcome results to extract heuristic knowledge patterns and lessons learned |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| reasoning-health | Server health status, version, and timestamp |