Skip to main content
Glama
vorionsys

@vorionsys/mcp-server

Official
by vorionsys

vorion_gate_action

Verifies if an AI agent's trust tier permits a specific action, returning allowed status, current tier, required tier, and reason. Use before sensitive operations to prevent unauthorized access.

Instructions

Check if an AI agent is allowed to perform a specific action based on its current trust tier. Returns whether the action is allowed, the agent's current tier, the required tier, and a reason. Use this as a pre-flight check before executing sensitive operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesThe action the agent wants to perform
agentIdYesUnique identifier of the agent requesting the action
requiredTierYesMinimum trust tier (0-7) required for this action
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses return fields (allowed, current tier, required tier, reason) and frames the tool as a pre-flight check, implying no side effects. But it does not discuss error conditions, permissions, or whether any state is modified, leaving gaps.

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?

Two sentences: first states purpose, second covers return values and usage. No wasted words, front-loaded with the core question.

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

Completeness4/5

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

For a simple authorization check with fully documented schemas, the description provides essential context: purpose, return values, and usage scenario. It lacks error handling details but is sufficient for an agent to invoke correctly.

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

Parameters3/5

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

The input schema already documents all three parameters with descriptions (100% coverage), so baseline is 3. The description reinforces the meaning of requiredTier by mentioning 'required tier' but adds no additional syntax or format details beyond the schema.

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 checks if an AI agent is allowed to perform a specific action based on trust tier. It uses a specific verb ('Check'), names the resource ('specific action'), and differentiates from sibling vorion_check_trust by focusing on action-level authorization with required tier comparison.

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

Usage Guidelines4/5

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

Explicitly says 'Use this as a pre-flight check before executing sensitive operations', providing clear when-to-use guidance. However, it does not mention alternatives or exclusions, so it stops short of a 5.

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

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