Skip to main content
Glama

oc_policy

Read-onlyIdempotent

List irreversible-action rules or preview policy decisions for tool arguments. Evaluate safety before execution.

Instructions

Inspect deterministic OpenChrome safety policy. Use action="matrix" to list irreversible-action rules or action="evaluate" to preview a policy decision for a tool/args context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNomatrix lists policies; evaluate returns a decision for tool/args. Default: matrix.
toolNo(evaluate) Tool name to evaluate.
argsNo(evaluate) Tool arguments to classify.
dryRunNo(evaluate) Whether the caller requested a dry-run/preview path.
elicitationSupportedNo(evaluate) Whether client-side elicitation/confirmation is available.
allowedDomainsNo(evaluate) Optional task allowedDomains policy.
checkpointNo(evaluate) Optional checkpoint evidence with createdAt, now, and taskId.
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds the deterministic nature and the two modes of operation, consistent with annotations. No contradictions.

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 concise sentences front-load the purpose and then explain the two actions. Every sentence adds value with no fluff.

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?

Given 7 parameters and no output schema, the description covers the two main use cases well. It could mention the output format (e.g., list, decision object) but the schema handles parameter details adequately.

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 coverage is 100%, so baseline 3. The description provides a high-level summary of the action parameter but doesn't add new semantic details beyond what the schema already explains for each parameter.

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 inspects deterministic OpenChrome safety policy, specifying two distinct actions (matrix and evaluate). This is a specific verb+resource combo that distinguishes it from sibling tools like oc_gate_inspect.

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 each action: 'matrix' for listing rules, 'evaluate' for previewing a decision. While it doesn't list alternatives, the context is clear and no exclusions are needed.

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/shaun0927/openchrome'

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