decisio-mcp-server
OfficialServer 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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| decisio_list_templatesA | List available decision templates (career, business, technology, etc.) with their default criteria and options. |
| decisio_create_decisionA | Start a new AHP decision analysis. Provide a goal, criteria, and options — or use a template (career, business, technology, investment, vendor, relocation, hiring). |
| decisio_compareA | Set one or more pairwise comparisons for criteria or options. Use Saaty scale 1-9 (or fractions like 0.333 for inverse). For criteria: omit |
| decisio_calculateA | Run AHP calculation on a decision. Returns ranked options with scores, criteria weights, and consistency check. Works best when all pairwise comparisons are set, but will produce results with partial data. |
| decisio_devils_advocateA | Challenge the winning option. Analyzes how close the runner-up is and what would need to change for the result to flip. |
| decisio_quick_decideA | Run a complete AHP analysis in a single call. Provide the goal, criteria, options, and ALL pairwise comparisons at once. Best for when you already know all the comparisons. Returns ranked results immediately. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct aspect of the AHP workflow: template listing, decision creation, pairwise comparisons, calculation, adversarial analysis, and one-shot analysis. There is no overlap or ambiguity between tool purposes.
All tools share the 'decisio_' prefix, but the second part varies: some are verb_noun (list_templates, create_decision), some are bare verbs (compare, calculate), and one is a noun phrase (devils_advocate). This is mostly consistent with minor deviations.
Six tools is a well-scoped set for a decision analysis server, covering the entire AHP process without unnecessary bloat or missing essential actions.
The toolset covers the full AHP workflow: listing templates, creating decisions, setting comparisons, calculating results, challenging outcomes, and quick one-shot analysis. No obvious gaps for the domain.