Skip to main content
Glama

saas_status

SaaS provider status: Cloudflare, GitHub, Datadog.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerNocloudflare|github|datadog|all

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/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 disclosing behavioral traits. It only lists provider names without explaining whether the tool performs a read-only check, what 'status' means (e.g., incident, uptime), whether it calls external APIs, or what the response format looks like.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short and free of fluff, which is concise. However, it is under-specified even for a simple tool, reading more like a label than a functional description. It could include a brief verb phrase without adding significant length.

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

Completeness2/5

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

Given there is no output schema, the description should explain what the tool returns or how to interpret the status. It only names providers, leaving the user to infer the result format. For a status-checking tool, this is a notable gap.

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 schema already describes the single parameter 'provider' with its allowed values (cloudflare|github|datadog|all), giving 100% coverage. The description lists the same providers but adds no additional meaning, such as default behavior or format expectations, so it scores at the baseline for high schema coverage.

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 clearly identifies the tool as providing status for specific SaaS providers (Cloudflare, GitHub, Datadog), which distinguishes it from sibling tools like cloud_status or region_status. However, it lacks a verb such as 'get' or 'check', making it slightly less explicit than ideal.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention situations where saas_status is preferred over cloud_status, health_check, or other siblings, nor does it specify any exclusions.

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.

Resources