should_i_carry_umbrella
Get a yes/no recommendation on carrying an umbrella today, with reasoning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |
Get a yes/no recommendation on carrying an umbrella today, with reasoning.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes |
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. It does disclose the core output (yes/no recommendation plus reasoning), but it does not mention edge cases, data sources, timezone handling, or failure behavior for unknown cities.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, tightly worded sentence with no filler. It front-loads the purpose and adds the 'with reasoning' detail without unnecessary elaboration.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with one obvious parameter and an output schema, so the description is mostly complete for invoking it correctly. A minor gap is the absence of guidance on city name format and how 'today' is interpreted.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not explain the 'city' parameter beyond its name. While 'city' is fairly self-explanatory, no format or example is given, so the description fails to compensate for the missing schema details.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Get') and clearly states the resource/outcome: a yes/no umbrella recommendation with reasoning. It is distinct from siblings like get_weather, though it does not explicitly differentiate itself from is_good_for_outdoors.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The intended use is implied by the phrasing: use this when you need a recommendation about carrying an umbrella today. However, it gives no explicit guidance about when to prefer this over sibling tools such as is_good_for_outdoors or get_weather.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.