Skip to main content
Glama

List Alerts

truenas_list_alerts
Read-only

List current TrueNAS alerts (warnings, errors, hardware, updates). Filter by severity to see only serious issues, or include dismissed alerts.

Instructions

List current TrueNAS alerts (warnings, errors, hardware problems, update notices). By default hides alerts the user already dismissed. Use min_level to only see serious ones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
min_levelNoOnly alerts at or above this severity (INFO < NOTICE < WARNING < ERROR < CRITICAL < ALERT < EMERGENCY)
response_formatNomarkdown = compact human-readable summary; json = full structured datamarkdown
include_dismissedNoAlso include alerts the user dismissed

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
alertsYes
Behavior4/5

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

Annotations already declare readOnlyHint=true. The description adds valuable behavioral context about the default hiding of dismissed alerts and the 'current' nature of the listing, which goes beyond the structured annotations. No contradiction found.

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 consists of two efficient sentences: the first defines the tool's purpose with examples, the second covers default behavior and parameter usage. Every word contributes value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only list tool with full parameter documentation, an output schema, and annotations declaring read-only safety, the description is complete. It covers the essential behavior and filtering guidance without unnecessary detail.

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 has 100% coverage of all three parameters with detailed descriptions and defaults. The description's mention of min_level and dismissed alerts only reinforces schema information without adding new semantic meaning, so baseline 3 is appropriate.

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 current TrueNAS alerts with specific examples (warnings, errors, hardware problems, update notices). This distinguishes it from sibling list tools that target other resources, making the purpose unambiguous.

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 when to use the tool (when current alerts are needed) and even suggests using min_level to filter for serious alerts. It does not explicitly mention alternatives or exclusions, but the context is clear enough.

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/PainInTheNic/MCP-TrueNAS'

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