Skip to main content
Glama

Kong node status

kong_node_status

Check the health and status of a Kong node, including database connectivity, connection counts, and memory usage.

Instructions

Get node health and metrics (GET /status): database reachability, connection counts, and memory usage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Despite no annotations, the description indicates it's a read-only GET request and lists the metrics. However, it does not explicitly state that it is non-destructive, lacks side effects, or mention any required permissions. For a status tool, the behavioral context is adequate but not fully transparent.

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 extremely concise, using a single sentence to convey the purpose, endpoint, and key metrics. No unnecessary words, making it efficient for agents to parse.

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 description covers the essential functionality for a status tool, but it lacks details about the output format or what 'database reachability' specifically returns (e.g., boolean). However, given the absence of an output schema and annotations, it is reasonably 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?

With zero parameters and 100% schema coverage, the description implicitly communicates that no inputs are needed. Since there are no parameters to elaborate, the description adds sufficient clarity by not requiring any.

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 verb 'Get', the resource 'node health and metrics', and specifies the endpoint and metrics (database reachability, connection counts, memory usage). This distinguishes it from sibling tools like kong_node_info which likely provide more detailed node information.

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 guidance on when to use this tool versus alternatives such as kong_node_info or other diagnostic tools. The description does not specify prerequisites or context for usage, leaving the agent without clear selection criteria.

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/Monohitoxx/kongapigateway-mcp-server'

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