Skip to main content
Glama
geored

Lumino

conservative_namespace_overview

Analyzes Kubernetes namespaces with smart sampling to detect critical pod issues like failures and high restarts, providing health assessments and recommendations for troubleshooting.

Instructions

Conservative namespace analysis optimized for large namespaces with strict token limits.

Smart-samples critical pods (failed, high-restart, error states) for rapid issue detection.

Args:
    namespace: Kubernetes namespace to analyze.
    max_pods: Maximum pods to analyze (default: 10).
    focus_areas: Areas to focus on (default: ["errors", "warnings"]).
    sample_strategy: "smart" for intelligent sampling, "recent" for newest pods.

Returns:
    Dict: Analysis results with pod health, issues detected, and recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namespaceYes
max_podsNo
focus_areasNo
sample_strategyNosmart

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It describes key traits: optimization for token limits, smart sampling of critical pods, and focus on rapid issue detection. However, it lacks details on permissions required, rate limits, error handling, or whether the analysis is read-only or modifies resources. For a tool with no annotations, this leaves gaps in understanding operational constraints.

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 appropriately sized and front-loaded, starting with the core purpose, followed by key behavior, and then structured sections for args and returns. Each sentence earns its place by adding value, such as explaining optimization and sampling strategy, without redundancy. The bullet-point style for args and returns enhances readability without unnecessary verbosity.

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?

Given the complexity (analysis tool with 4 parameters), no annotations, and an output schema present (which covers return values), the description is largely complete. It explains the tool's purpose, usage context, parameters, and return structure. However, it could improve by addressing missing behavioral aspects like authentication needs or performance implications, though the output schema reduces the need for return value details.

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?

Schema description coverage is 0%, so the description must compensate fully. It adds significant meaning beyond the schema by explaining each parameter: 'namespace' as the Kubernetes namespace to analyze, 'max_pods' as the maximum pods to analyze with a default, 'focus_areas' as areas to focus on with default values, and 'sample_strategy' with options like 'smart' and 'recent.' This provides clear semantics that the schema alone does not offer.

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 performs 'Conservative namespace analysis optimized for large namespaces with strict token limits' and 'Smart-samples critical pods for rapid issue detection.' It specifies the verb ('analyze'), resource ('Kubernetes namespace'), and scope ('large namespaces'), distinguishing it from siblings like 'list_namespaces' or 'list_pods_in_namespace' by emphasizing analysis over listing.

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 for usage: 'optimized for large namespaces with strict token limits' and 'for rapid issue detection.' It implies when to use this tool (e.g., for quick analysis in constrained environments) but does not explicitly state when not to use it or name specific alternatives among siblings, such as 'adaptive_namespace_investigation' or 'smart_summarize_pod_logs,' which could offer more detailed insights.

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/geored/lumino-mcp-server'

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