Skip to main content
Glama
sshwsfc
by sshwsfc

get_warning_timeline

Fetches alarm timeline data for a specified time range, with optional severity level filtering to analyze alarm trends.

Instructions

获取报警时间线数据(指定时间段内的报警趋势)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
startTimeYes开始时间戳(毫秒)
endTimeYes结束时间戳(毫秒)
levelNo过滤指定级别: 1-提示, 2-一般, 3-重要, 4-紧急
Behavior2/5

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

With no annotations available, the description must disclose behavioral traits, but it only states that the tool returns timeline/trend data. It does not mention whether the operation is read-only, required permissions, rate limits, or any side effects. The lack of behavioral context limits transparency.

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 a single, well-structured sentence that front-loads the core purpose and scope. Every word is necessary and there is no redundancy or filler, making it highly efficient.

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

Completeness2/5

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

The description lacks detail on the output format, such as the structure of timeline data (e.g., time buckets, counts) or aggregation method. Without an output schema, the agent needs more context to correctly interpret the response. Given the tool's moderate complexity, it does not fully equip the agent.

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 provides full descriptions for all three parameters (100% coverage), so the description need not repeat them. However, the description adds context by linking parameters to the 'specified time period' and 'trends', reinforcing their purpose. This is adequate but not a strong enhancement beyond the schema.

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 'get warning timeline data' with a specific scope: 'within a specified time period', making the purpose precise. It distinguishes from sibling tools like 'get_warnings' which likely return individual warning records, while this focuses on aggregated trend data. The verb 'get' and resource 'warning timeline' are unambiguous.

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 such as 'get_warnings' or 'get_warning_statistics'. The description only states the tool's function without contextual comparisons, exclusions, or recommended scenarios.

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

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