Skip to main content
Glama

list_events

Retrieve recent Kubernetes events across all namespaces, sorted by time descending (up to 20), for local or cloud clusters to aid troubleshooting.

Instructions

列出集群中所有 namespace 下的最近事件,按时间倒序排列,最多显示 20 条。

Args:
    cluster: 目标集群,可选 "local"(本地 k3s)或 "cloud"(阿里云 k3s),默认 "local"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clusterNolocal

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description must carry the transparency burden. It adds useful behavior details like sorting order, max results, and cluster selection, but does not explicitly state that this is a read-only operation or disclose any potential side effects, permissions, or error behavior.

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, with the main purpose in the first sentence and parameter details following. No wasted words; every sentence adds value.

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 scope, ordering, result limit, and parameter semantics, which is adequate for a simple list tool. With an output schema present, return values are not needed in the description. Slight gap: no mention of potential error scenarios or use case context, but these are minor for this tool.

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

Parameters5/5

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

The schema only provides type and default for 'cluster', with 0% description coverage. The tool description fully explains the parameter, including the allowed values ('local'/'cloud'), their meanings (local k3s vs Alibaba Cloud k3s), and the default value.

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 recent events across all namespaces, sorted by time descending, with a max of 20 entries. This is a specific verb+resource+scope and distinguishes it from sibling tools like list_pods or list_namespaces.

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 is provided on when to use this tool versus alternatives. It doesn't mention any exclusion criteria or preferred use cases beyond the basic list operation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/AmazingYe-oss/k8s-mcp-server'

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