Skip to main content
Glama
rmanish2000-del

warrant-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WARRANT_MCP_POLICYNoAbsolute path to the policy file. If not set, the server looks for .warrant/config.json or .warrant/policy-compiled.json, or fails to start.

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_actionA

Check an intended action against the confirmed policy before performing it. Returns ALLOW or DENY; a DENY cites the governing clause. This tool only checks — it never performs the action, and neither may you when it denies.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion. The tool's purpose is clearly defined as a policy check that returns ALLOW or DENY.

Naming Consistency5/5

The single tool name 'check_action' follows a clear verb_noun convention and is internally consistent. There are no other names to conflict.

Tool Count2/5

A single tool is too few for a server named 'warrant-mcp' which implies broader policy management. The scope appears severely limited.

Completeness1/5

The tool only checks actions against an existing policy but provides no tools to view, create, update, or delete policies. This is a significant gap—agents cannot manage the policy store, only query it.

Maintenance

ActivityMaintained
ResponsivenessNo issues