Skip to main content
Glama

sla_check

SLA compliance per provider — Art. 30 contract clause verification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerNoFilter by provider name
entity_idNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden but only restates purpose. It does not disclose whether the operation is read-only, what data it checks, what the response looks like, or any side effects. The Art. 30 reference adds domain context but not behavioral transparency.

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 a single, front-loaded sentence with no redundant wording. It earns its place by conveying purpose and domain context efficiently.

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 no annotations, no output schema, and partially documented params, the description is too thin. It does not explain return formats, optionality of filters, or how Art. 30 verification is performed. An agent would likely need to inspect schemas or make assumptions.

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 50%: 'provider' has a description while 'entity_id' does not. The description reinforces the provider filter ('per provider') but adds no meaning for entity_id. Since coverage is mid-range, the description provides some value but does not fully compensate for the undocumented parameter.

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 states the tool checks SLA compliance per provider and references Art. 30 contract clause verification, making the resource and scope explicit. It is distinct from sibling tools like health_check or cloud_status, though it does not explicitly name alternatives.

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 context ('per provider') but no guidance on when to use it versus siblings like health_check or cloud_incidents. There are no explicit exclusions or alternative tool mentions.

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.

TDQS

C2.7/5.0
Disambiguation2/5

Several tools have overlapping purposes: cloud_incidents and cloud_status both report incidents; health_check and ping both test connectivity; notification_check and sla_check both verify Art. 30 contract clauses. These overlaps will cause an agent to select the wrong tool.

Naming Consistency5/5

All tool names use lowercase with underscores, forming a consistent pattern. Even single-word tools like 'ping' fit the style. No mixed conventions.

Tool Count4/5

14 tools is within the well-scoped range, but the set contains near-duplicates (e.g., sla_check vs notification_check) that inflate the count slightly. Still reasonable for the broad cloud monitoring and compliance scope.

Completeness4/5

The set covers live status, incident timelines, risk analysis, compliance checks, and integration. No critical gaps are apparent for the stated purpose, though historical analysis or alerting tools could be added.

Resources