Skip to main content
Glama
zetlen

sanitycheck-mcp

by zetlen

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.2.2

  • Disambiguation5/5

    Each tool targets a distinct level of inquiry: global internet health (is_the_internet_on_fire), assistant's own state (how_am_i_feeling), and a specific named service (whats_going_on_with). The descriptions include clear decision rules and trigger examples, so an agent can reliably select the right tool without confusion.

    Naming Consistency5/5

    All three tool names follow the same pattern: lowercase full-sentence questions with underscores (is_the_internet_on_fire, how_am_i_feeling, whats_going_on_with). Though unconventional compared to verb_noun naming, the style is perfectly consistent across the entire set, making the naming predictable.

    Tool Count5/5

    Three tools is well-scoped for the status-checking domain: one for broad overview, one for self-diagnosis, and one for specific services. Each tool occupies a distinct and necessary niche with no redundancy, and the count is appropriate for the server's narrow purpose.

    Completeness5/5

    The tool set covers the full spectrum of status inquiries: global (is_the_internet_on_fire), specific (whats_going_on_with), and self (how_am_i_feeling). Users can check any service by name, and the assistant's own health is covered, leaving no obvious gaps for the stated purpose.

  • Average 4.2/5 across 3 of 3 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • 1 of 1 community issues answered or closed in the last 6 months
    • 0 commits in the last 12 weeks
    • Last stable release on
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is passing
  • This repository is licensed under ISC License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior3/5

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

    With no annotations provided, the description carries the burden of behavioral disclosure. It adds important presentation behavior: 'Lead with the overall picture... do NOT list every service. Only call out services that are NOT operational or have unknown status.' This is a useful behavioral trait. However, it does not mention whether the tool performs external network calls, whether it can be slow, or any side effects. Since it's a read-only health check, this is acceptable but not rich enough for a 4.

    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?

    The description is three sentences, each earning its place: purpose, when to use, and how to present results. It is front-loaded with the primary action, and the additional presentation instructions are relevant and concise. It could be slightly tighter by merging some ideas, but overall it is well-structured and not wasteful.

    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 tool with 1 optional parameter and no output schema, the description is contextually complete. It explains what the tool does, when to invoke it, and how to present the results. The absence of an explicit return format is not a significant gap since the presentation instructions effectively describe the expected output behavior. Sibling differentiation is not required for completeness.

    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?

    The input schema covers 100% of the parameter semantics, including the description 'Filter to a specific category of services. Omit for all.' The tool description itself does not add any parameter-level detail. Per the rubric, with high schema coverage, the baseline of 3 is appropriate.

    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 clearly states the tool's purpose: 'Check the health of major internet infrastructure and services.' It uses a specific verb ('check') and resource ('major internet infrastructure and services'), and the scenarios ('unexpected API errors, connection timeouts, degraded responses') further clarify its scope. It distinguishes itself from siblings by addressing broad infrastructure health rather than personal mood or a specific service status.

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

    Usage Guidelines4/5

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

    The description provides explicit when-to-use guidance: 'Call this when you encounter unexpected API errors, connection timeouts, or degraded responses from cloud services.' It also gives example user queries ('is AWS down?'). However, it does not mention any when-not-to-use scenarios or explicitly name alternative sibling tools, so it misses the full 5.

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

  • Behavior3/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It adds useful context by listing data sources (official status, components, incidents, Downdetector, StatusGator) and instructs how to present results. However, it does not disclose potential latency, failure modes, or limits on service name validity, leaving some behavioral aspects uncovered.

    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 composed of three focused sentences: purpose, usage context, and result presentation. Every sentence adds value, and the structure is front-loaded with the core purpose. There is no fluff or repetition.

    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?

    With no output schema, the description compensates by explaining what the tool returns (data from multiple sources) and how to synthesize it. It covers the essential aspects for a single-parameter investigation tool. Minor gaps include error handling when a service is not found, but overall it is sufficiently complete.

    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 coverage is 100%, and the parameter 'service' is already described clearly with examples. The tool description adds a few extra examples ('aws s3') and states 'Accepts any service name,' but that is largely redundant with the schema. The baseline of 3 applies because the schema does the heavy lifting.

    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 clearly states the tool's function: 'Investigate the status of a specific service in detail.' It uses a specific verb ('investigate') and identifies the resource ('a specific service'), and it distinguishes itself from siblings like 'is_the_internet_on_fire' by focusing on individual services rather than global status.

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

    Usage Guidelines4/5

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

    The description provides explicit usage context: 'Call this when you're seeing problems with a particular service' followed by concrete examples (deploys failing, API returning 500s). It gives clear when-to-use guidance but does not explicitly mention when not to use it or name alternative tools, so it misses the 'when-not' component.

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

  • Behavior5/5

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

    With no annotations provided, the description carries the full burden and does so admirably. It discloses what the output contains (component-level detail, active incidents, local_system, community_vibes), how to interpret degradation, and explicit instructions to avoid repeating raw scraped text. This is rich, actionable behavioral context.

    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 longer than average but every sentence earns its place: purpose, triggers, exclusions, proactive use, and output interpretation. It is front-loaded with the core purpose and structured logically, making it easy for an agent to extract actionable rules.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness5/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    There is no output schema, so the description compensates by explaining return values in detail: component-level detail, active incidents, local_system metrics, and community_vibes handling. It gives complete guidance for synthesizing results into a self-aware response, covering interpretation and caveats. For a tool with this complexity, the description is fully complete.

    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 coverage is 100% with one optional 'model' parameter described inline ('The model name to check...'). The description adds no additional parameter meaning beyond the schema, so the baseline of 3 is appropriate. The auto-detection behavior is already stated in the schema description.

    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 opens with a specific verb+resource: 'Check your own model/provider health, status, and community-reported quality.' It clearly distinguishes itself from sibling tools by stating the decision rule: prefer this tool when asking about the assistant/system, not an external service. Trigger examples further disambiguate intent.

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

    Usage Guidelines5/5

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

    The description provides explicit when-to-use guidance with trigger examples, a decision rule for when to skip ('pure social small talk'), and proactive use cases if the assistant notices its own performance issues. Alternatives are implied by contrasting with external-service queries, and exclusions are clearly stated.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

sanitycheck-mcp MCP server

Copy to your README.md:

Score Badge

sanitycheck-mcp MCP server

Copy to your README.md:

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/zetlen/sanitycheck-mcp'

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