Skip to main content
Glama
tarhou

Check Point Management MCP Server

by tarhou

List Access Rules

checkpoint_list_access_rules
Read-onlyIdempotent

List access rules in a policy layer, filtering by lifecycle status (draft, published, installed) to monitor rule progress through publish and install steps.

Instructions

List access rules in a given layer, optionally filtered by lifecycle status.

Mirrors the real Management API show-access-rulebase shape: each rule carries a uid, name, source/destination/service object lists, action, and a lifecycle status (draft/published/installed) reflecting where it sits in the publish + install-policy workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layerNoAccess policy layer name (e.g. "XXXX-Corp Network"). Defaults to the configured default layer.
statusNoFilter by lifecycle status: 'draft', 'published', or 'installed'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already provide readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds valuable behavioral context by explaining the API shape (each rule carries uid, name, object lists, action, lifecycle status) and the relationship to publish/install workflow. 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?

The description is concise (two sentences) with no fluff. The first sentence provides the primary purpose, and the second adds relevant detail about the API shape. Front-loaded and efficient.

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?

Given the existence of an output schema (explaining return values), the description sufficiently covers the tool's behavior. It explains the shape of individual rules and the lifecycle status concept. Combined with annotations, it provides a complete picture for a list operation.

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% for both parameters (layer and status), so the schema already documents their meaning. The description adds minor context about status being a lifecycle filter and the workflow, but does not significantly enhance understanding beyond the schema. Baseline 3 is appropriate.

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 lists access rules in a given layer with optional lifecycle filtering. It uses specific verb 'List' and resource 'access rules', and distinguishes from sibling tools (add, publish, install) by being a read operation.

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?

The description does not explicitly state when to use this tool versus alternatives. It implies usage for listing, but provides no guidance on when to choose it over other tools or any prerequisites.

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

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