Skip to main content
Glama

forecast_peak

查询某山峰未来 N 天(1-7)的日照金山预报。 参数 peak: 山峰名;days: 预报天数;viewpoint: 观景点名(可选,如子梅垭口); date: 起始日期 YYYY-MM-DD,缺省今天。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
daysNo
peakYes
viewpointNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

No annotations, so the description carries the full burden. It does disclose a real behavioral constraint absent from the schema: the forecast horizon is limited to 1-7 days, plus the date default of today. However it says nothing about update cadence, data freshness, accuracy limits, or whether an unknown peak silently returns empty.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two front-loaded sentences: the purpose and the 1-7 day scope come first, then a compact parameter glossary. No filler, though the parameter line is a terse list rather than prose.

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?

An output schema exists, so return values need no explanation, and the description fully documents the four inputs despite 0% schema coverage. Remaining gaps are behavioral (peak-name matching rules, failure modes) rather than structural.

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?

Schema description coverage is 0%, so the description must compensate, and it does: it names all four parameters, marks viewpoint as optional with a concrete example (子梅垭口), gives the date format YYYY-MM-DD with its default, and ties the 1-7 range to days. Only minor gaps remain (e.g., expected spelling/language of peak names).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource: querying a '日照金山' (sunrise-golden-mountain) forecast for a named peak over N days. Clear enough to distinguish from the sibling names query_peaks/search_peak by the forecast/query contrast, though it never explicitly contrasts itself with them.

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 rather than query_peaks or search_peak, no prerequisites, and no exclusions. The agent must infer from the name that this is the forecasting counterpart to the search siblings.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.