Skip to main content
Glama
mkol5222

CheckPoint MCP Servers Explorer

by mkol5222

list_chkp_mcp_servers

List all CheckPoint MCP servers by parsing the README table from the CheckPointSW/mcp-servers repository. Returns server names, package names, and descriptions.

Instructions

List all CheckPoint MCP servers by parsing the README table.

Fetches the README from CheckPointSW/mcp-servers repository and extracts server information from the markdown table.

Returns: A list of MCP servers with server_name, package_name, and description

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that it fetches a README from a specific repository, parses the markdown table, and returns a list with specified fields. This is transparent about the core process, though it doesn't cover potential error behavior or network dependence.

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 compact: three sentences that state the purpose, method, and return format. Every sentence provides unique information without redundancy or fluff, making it well-structured and easy to scan.

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?

For a zero-parameter tool with an output schema, the description adequately covers what the tool does, where data comes from, and what it returns. It falls short of full completeness by not mentioning error conditions, caching, or source volatility, but given the low complexity, it's nearly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the baseline is 4 per the rubrics. The description adds value by detailing the return values (server_name, package_name, description), which compensates for having no input semantics to clarify.

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 ('List all CheckPoint MCP servers'), the resource ('CheckPoint MCP servers'), and the method ('by parsing the README table'). It distinguishes itself from siblings like 'fetch_readme' (which fetches the raw README) and 'get_chkp_mcp_server_tools' (which targets a specific server's tools).

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

Usage Guidelines3/5

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

The description implies usage ('List all...' suggests using it when you need an inventory of servers), but it provides no explicit when-to-use guidance or alternatives. It doesn't mention when to prefer 'fetch_readme' or other sibling tools, leaving the agent to infer from the verb.

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/mkol5222/chkp_mcps'

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