Skip to main content
Glama

prismix-status-mcp

check_ai_status

Check the current operational status of AI services tracked by Prismix. Returns status indicator (operational/degraded/outage), active incident count, and 30-day uptime. Covers 75+ services: OpenAI, Anthropic, Cursor, Mistral, Perplexity, Google AI, and more. Pass a service name/id to filter, or omit to see all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serviceNoService ID or partial name (e.g. "openai", "anthropic", "cursor"). Case-insensitive. Omit to check all 75+ services at once.

TDQS

A4.5/5.0
Behavior4/5

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

Without annotations, the description carries the full burden. It discloses that the tool returns a status indicator, incident count, and uptime, covering 75+ services. The read-only nature is implied by 'check' and the return of status, but not explicitly stated. However, it provides sufficient transparency for an agent.

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 comprised of three concise sentences, front-loaded with the main action. Every sentence adds necessary detail (return values, coverage, parameter usage) without redundancy.

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?

Given the single optional parameter, no output schema, and simple task, the description is complete. It explains the returned fields and the scope of services, which is sufficient for an agent to invoke the tool correctly.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the filter behavior: case-insensitive, partial names, optional. This goes beyond the schema's description, clarifying usage nuances.

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 current operational status of AI services tracked by Prismix'. It specifies the return values (status indicator, incident count, uptime) and distinguishes from siblings like get_incident_history and list_ai_services.

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 gives clear guidance on when to use the optional service parameter vs omitting it: 'Pass a service name/id to filter, or omit to see all.' It does not explicitly contrast with sibling tools, but the purpose differentiation is clear.

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

A4.4/5.0
Disambiguation5/5

Each tool has a distinct purpose: current status (filterable), incident history (per service), and listing all services. No overlap.

Naming Consistency5/5

All names follow a consistent verb_noun pattern with snake_case: check_ai_status, get_incident_history, list_ai_services.

Tool Count5/5

Three tools is appropriate for a focused status-checking server, covering the core needs without excess.

Completeness4/5

Covers listing, current status, and incident history. Minor gap: no tool to drill into a specific incident's details, but not critical.