Skip to main content
Glama

cognitive-tools-mcp / gikendaasowin-aabajichiganan

by nbiish

deliberate

Facilitates structured decision-making through stages: orient for context, reason for analysis, and acknowledge for confirmation. Input markdown to track and refine cognitive processes.

Input Schema

NameRequiredDescriptionDefault
contentYesFree‑form markdown for the selected stage. Returned verbatim so you can verify state and plan next actions.
stageYesStage selector. Start with 'orient', use 'reason' before decisions, and 'acknowledge' for brief confirmations.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "Free‑form markdown for the selected stage. Returned verbatim so you can verify state and plan next actions.", "type": "string" }, "stage": { "description": "Stage selector. Start with 'orient', use 'reason' before decisions, and 'acknowledge' for brief confirmations.", "enum": [ "orient", "reason", "acknowledge" ], "type": "string" } }, "required": [ "stage", "content" ], "type": "object" }
Install Server

Other Tools from cognitive-tools-mcp / gikendaasowin-aabajichiganan

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/nbiish/gikendaasowin-aabajichiganan-mcp'

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