Skip to main content
Glama
karlmehta
by karlmehta

trustmodel_govern

Check AI outputs against built-in governance policy packs (EU AI Act, NIST AI RMF, NYC LL144, OWASP LLM) to decide allow/block locally, returning violations.

Instructions

Check text against a governance policy pack and decide allow/block, locally. NO API key required. policy is a built-in pack id — eu-ai-act (default), nist-ai-rmf, nyc-ll144, or owasp-llm. Returns allowed/blocked, the policy id, and the list of rule violations (pattern and dimension rules). Use before letting AI output reach a user or another tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe text/output to check against the policy.
policyNoPolicy pack id: eu-ai-act (default), nist-ai-rmf, nyc-ll144, owasp-llm.
contextNoOptional context the output was produced in.
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses that the tool runs locally, returns allowed/blocked status, policy id, and rule violations. It does not explicitly state whether the tool has side effects (e.g., logging or state changes), so it misses full transparency.

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 two sentences long, front-loads the core purpose and unique benefit (local, no API key), and wastes no words. Perfectly concise.

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

Completeness5/5

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

For a tool with 3 parameters and no output schema, the description covers purpose, parameter meanings, return structure, and usage context. It is self-contained and leaves no obvious gaps.

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?

Schema descriptions cover 100% of parameters, baseline is 3. The tool description reinforces the policy pack list and clarifies the 'context' parameter, but adds limited new semantic information 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 action ('Check text'), resource ('against a governance policy pack'), and result ('decide allow/block'). It also differentiates from siblings by emphasizing 'locally' and 'NO API key required'.

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?

The description explicitly tells when to use: 'Use before letting AI output reach a user or another tool.' It also notes 'NO API key required' as a key trait. However, it does not explicitly mention when not to use or compare to sibling tools.

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/karlmehta/trustmodel-mcp'

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