Skip to main content
Glama
decisio-app

decisio-mcp-server

Official
by decisio-app

decisio_create_decision

Start an AHP decision analysis to evaluate options against criteria, using custom inputs or predefined templates for career, business, technology, investment, and more.

Instructions

Start a new AHP decision analysis. Provide a goal, criteria, and options — or use a template (career, business, technology, investment, vendor, relocation, hiring).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalYesWhat you are deciding, e.g. 'Choose the best job offer'
optionsNoCustom options (overrides template defaults). E.g. ['Google', 'Startup', 'Freelance']
criteriaNoCustom criteria (ignored if template is set). E.g. ['Salary', 'Growth', 'Balance']
templateNoOptional template name: career, business, technology, investment, vendor, relocation, hiring
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It says 'Start' but does not disclose whether the decision is persisted, what the return value is, or any side effects. It also does not explain how templates interact with provided options or criteria.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that front-loads the main action and then explains how to use it. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no annotations, the description is incomplete for a creation tool. It does not mention return values, whether the decision is saved, or what steps follow creation. The template list is present but not linked to the rest of the workflow.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by clarifying that you can provide criteria and options OR use a template, which simplifies the relationship between parameters that the schema describes more technically.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with a specific verb and resource: 'Start a new AHP decision analysis.' This distinguishes it from siblings like compare, calculate, and list_templates, which perform different operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains the primary use case and the option to use a template, but it does not explicitly mention when to choose this tool over siblings or provide exclusions. Usage context is implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/decisio-app/decisio-mcp-server'

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