Skip to main content
Glama

is_good_for_outdoors

Check if today's weather is good for outdoor activities like a walk or run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes

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 are provided, so the description carries the behavioral transparency burden. It implies a yes/no judgment about outdoor suitability but does not disclose what criteria define 'good' weather or explicitly state that it returns a boolean. It is not misleading, but it provides minimal behavioral detail.

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?

A single front-loaded sentence with no filler. It conveys the purpose and gives helpful examples, making it appropriately concise for a simple one-parameter predicate tool.

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?

For a low-complexity tool with an output schema, the definition is mostly sufficient: the agent understands the goal, and the required city parameter is visible in the schema. The subjective meaning of 'good' and the lack of any explicit parameter mention leave a small but noticeable gap.

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

Parameters2/5

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

Input-schema coverage is 0%, and the description never mentions the required city parameter. The parameter name and type are fairly self-explanatory, but the description adds no meaning about what city values are expected or how the city is used.

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?

The description states a specific verb ('check') and resource ('today's weather' for outdoor activities) with concrete examples like 'walk or run.' The purpose is clear, though it does not explicitly contrast with sibling tools such as should_i_carry_umbrella.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The context is implied: an agent should call this when deciding whether to do an outdoor activity today. However, there is no explicit guidance on when to use this instead of get_weather or should_i_carry_umbrella, so selection is left to inference.

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.