Skip to main content
Glama
NikitaDatar

Vector Decisions MCP Server

by NikitaDatar

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
gatri_trust_scoreB

Compute GATRI trust score for an AI agent. Evaluates Governance, Accountability, Transparency, Robustness, and Inclusivity.

kill_switchA

Emergency halt for an AI agent. Issues a kill-switch directive to immediately stop agent operations.

compliance_checkC

EU AI Act compliance check. Evaluates an AI system against EU AI Act requirements.

risk_assessmentC

Comprehensive risk assessment for an AI agent deployment.

assure_actionC

Evaluate whether an AI agent has earned authority to perform one specific action in one context. Returns an evidence-derived GATRI assurance record.

decide_actionC

Turn GATRI assurance plus policy/context into an operational Vector Decision: ALLOW, RESTRICT, REQUIRE_HUMAN, or DENY.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct concern: trust scoring, emergency halt, compliance, risk assessment, action assurance, and decision-making. While trust and risk are related, they are conceptually different (governance quality vs. deployment risk), and the assurance/decision pair forms a clear pipeline without overlap.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with clear verb/noun structure (e.g., kill_switch, compliance_check, decide_action). The use of the 'gatri' prefix in gatri_trust_score is a minor deviation but doesn't break the consistency.

Tool Count5/5

Six tools is well within the ideal range and maps cleanly to the server's governance/decision-making domain. Each tool adds unique capability without redundancy, and the count feels appropriately scoped.

Completeness4/5

The tool surface covers the core lifecycle: assessment (trust, risk, compliance), action-level assurance, decision output, and emergency control. Minor gaps exist, such as policy management or audit trail retrieval, but these are not essential to the primary workflow and can be worked around.

Maintenance

ActivityMaintained
ResponsivenessNo issues