Skip to main content
Glama
aidi1723

io.github.aidi1723/omniglyph

by aidi1723

enforce_intent

Apply an intent sandbox manifest to determine if an action is allowed, requires review, or should be blocked, without executing commands. Enforce security policies for agent intent requests.

Instructions

Apply an intent sandbox manifest and return allow, review, or block without executing commands.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
manifestNoIntent manifest with allowed roles and commands.
intent_idYesCanonical intent requested by the agent.
actor_roleNoOptional role requesting the intent.
parametersNoOptional structured intent parameters.
policy_pack_pathNoPath to a Policy Pack directory.
Behavior4/5

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

No annotations provided, so description must cover behavioral traits. Discloses that tool returns a decision (allow/review/block) without executing commands. However, it lacks details on error conditions, authentication requirements, or rate limits.

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?

Single sentence with 14 words, front-loaded verb, no filler. Efficiently communicates core action and result.

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

Completeness3/5

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

No output schema, so description must explain return value. It names the three possible outcomes adequately. However, given 5 parameters (including a nested object), the description does not elaborate on parameter usage or edge cases.

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_description_coverage is 100%, so baseline is 3. Description does not add additional meaning beyond schema; no usage hints or examples for parameters like manifest or policy_pack_path.

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?

Description clearly states action ('apply'), resource ('intent sandbox manifest'), and outcome ('return allow, review, or block without executing commands'). Distinguishes from sibling tools which are about explanation, validation, or scanning.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool vs alternatives. Among siblings, there are validation tools but no mention of selection criteria. Context about when to choose enforce_intent over others is absent.

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/aidi1723/OmniGlyph'

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