Skip to main content
Glama
decisio-app

decisio-mcp-server

Official
by decisio-app

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 criterion. For options: provide criterion to specify which criterion the comparison is under.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 6 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

Six tools is a well-scoped set for a decision analysis server, covering the entire AHP process without unnecessary bloat or missing essential actions.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues