Skip to main content
Glama

prismix-status-mcp

list_ai_services

List all 75+ AI services tracked by Prismix with their current status. Returns service ID, name, category, and operational indicator.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool returns service ID, name, category, and operational indicator, which is useful. However, it does not mention pagination, rate limits, or whether the list is sorted. For a simple list tool with no parameters, this is adequate but could be enhanced.

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?

Two concise sentences, front-loaded with the core action. Every word adds value, and there is no redundancy or fluff.

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 no parameters, no output schema, and a simple list operation, the description covers the core functionality and return fields. It could mention if the list is sorted or if it returns all items at once, but overall it is fairly complete for this tool's simplicity.

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?

There are zero parameters, and the schema coverage is 100% (trivially). The description correctly omits parameter details. With no parameters to document, a baseline of 4 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 lists all AI services tracked by Prismix with current status. It specifies verb, resource, and scope. The sibling tools check_ai_status and get_incident_history are distinct operations, so this tool is well-differentiated.

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 usage for obtaining a broad list of services but does not explicitly state when to use this tool vs alternatives like check_ai_status or get_incident_history. No when-not-to guidance is provided.

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.