Skip to main content
Glama
mkol5222

CheckPoint MCP Servers Explorer

by mkol5222

get_chkp_mcp_server_prompts

Retrieves all available prompts from a CheckPoint MCP server, providing each prompt's name, description, and arguments.

Instructions

Get all prompts from a CheckPoint MCP server.

Connects to the specified MCP server via stdio and retrieves all available prompts with their metadata including name, description, and arguments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_nameYesThe NPM package name of the MCP server (e.g., "@chkp/quantum-gw-cli-mcp")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description mentions it 'Connects to the specified MCP server via stdio' and 'retrieves all available prompts,' providing some insight into the operation. However, with no annotations, it doesn't disclose potential side effects like package installation or process behavior, which are relevant for a tool that executes an NPM package.

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, front-loaded with the main action, and uses concise language. No unnecessary details.

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?

The tool is simple with a single parameter and a likely output schema covering return values. The description explains the purpose and connection method, making it sufficiently complete for the agent. It lacks prerequisites or error scenarios, but these are not critical given the simplicity.

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?

The input schema already has 100% coverage of the single parameter package_name, including an example. The description adds no additional parameter semantics beyond what the schema already provides, so it meets the baseline.

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 it 'Get all prompts from a CheckPoint MCP server' with a specific verb and resource. It distinguishes from sibling tools like get_chkp_mcp_server_tools and get_chkp_mcp_server_documentation by focusing on prompts.

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 provides clear context that this tool is for retrieving prompts from a specified MCP server via stdio. However, it doesn't explicitly mention when to use it over sibling tools, though the name itself is self-explanatory.

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