Skip to main content
Glama

outfit-assistant

what_to_wear_today

Read-onlyDestructive

Get a weather-aware outfit suggestion for today or tomorrow. Provide a city for live weather and forecast; optionally an occasion (casual, school, work, date, party, friends, formal). Asked in the evening? Use day=tomorrow — that's what people dress for.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayNotoday = current conditions; tomorrow = full-day forecast with min/max and layering advice (default today)
cityNoCity for live weather (optional)
occasionNoOne of: casual, school, work, date, party, friends, formal (optional, default casual)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=false, so the safety profile is largely covered; the description usefully adds the evening heuristic and the weather-awareness behavior. It does not disclose that it reaches out for live weather data (tension with openWorldHint=false) nor any rate-limit, latency, or fallback behavior when a city is unavailable.

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?

Three short sentences, front-loaded with the purpose, then parameters, then the decision heuristic — no filler. The closing clause ('that's what people dress for') is mildly colloquial but still reinforces the routing rule rather than padding.

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 zero-required-parameter, three-property tool with no output schema, the description covers inputs and the intended result ('outfit suggestion'). Only minor gaps remain: no indication of the response shape or behavior when the optional city is omitted.

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?

Schema description coverage is 100%, so the baseline is 3 and the schema already documents day, city, and occasion. The description adds only the evening/day routing rule, which is a modest increment beyond the enum descriptions rather than new syntax or format detail.

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+resource (weather-aware outfit suggestion) with scope limited to today/tomorrow, which is concrete and actionable. However, it never distinguishes itself from the sibling 'suggest_outfit', leaving an agent unable to tell which of the two outfit tools to pick from the text alone.

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?

Gives a genuinely useful routing heuristic ('Asked in the evening? Use day=tomorrow'), which is more than implied usage for the day parameter. But there is no guidance on when to choose this tool over 'suggest_outfit' or 'about_outfitmaker', and no stated preconditions (e.g., what happens if city is omitted).

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.