Skip to main content
Glama
mywhoosh-community

MyWhoosh MCP Server

getMaintenanceStatus

Retrieve current maintenance status and notifications for MyWhoosh service to stay informed about outages and scheduled maintenance.

Instructions

Get maintenance status and notifications. Does not require authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description clearly states that authentication is not required, which is a valuable behavioral disclosure given that no annotations are provided. The verb 'Get' also implies a read-only operation, so the safety profile is reasonably clear, though the return format is not described.

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 two short sentences with the key information front-loaded. The extra note about authentication is relevant and valuable, with no wasted words.

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?

Given the tool's minimal complexity (zero parameters, no output schema), the description adequately conveys that it returns maintenance status and notifications. It could be more detailed about the output shape, but for a simple status getter this is largely complete.

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?

This tool has no parameters, so there is no need for parameter documentation. The schema coverage is effectively complete, and the description appropriately says nothing about parameters.

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 uses a specific verb and resource: 'Get maintenance status and notifications.' This makes the tool's purpose unambiguous and distinguishes it from the many other get* siblings in the list.

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 description implies the tool is for checking maintenance status, but it does not explicitly state when to use it or mention alternatives/exclusions. There are no sibling tools with overlapping functionality, so the implied usage is acceptable though not fully explicit.

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

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