Skip to main content
Glama
yaaif

@yaaif/platform-mcp

by yaaif

yaaif_mcp_deployment_status

Check a deployment's current phase, stage statuses, generated endpoint, Kubernetes namespace, and overlay or compose paths by providing its deployment ID.

Instructions

Get MCP deployment status (phase, status_stages, generated_endpoint, kubernetes_namespace, overlay/compose paths).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deployment_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.3.5

TDQS

B3/5.0
Behavior3/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 correctly conveys a read-only operation and lists the fields returned, but it does not disclose behavior for an invalid/unknown deployment_id, response structure, or any auth/error details. Adequate for a status read, but thin.

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?

A single front-loaded sentence with the verb and resource first, followed by a compact parenthetical list of returned fields. No wasted words, though it could have spent the space on usage guidance instead of field enumeration.

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

Completeness3/5

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

For a one-parameter tool with no output schema and no annotations, the description does name the returned fields, which helps an agent understand the result. But it omits error behavior and fails to position itself against yaaif_mcp_deployment_k8s_status, so completeness is only partial.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description adds nothing about deployment_id beyond the schema's bare 'string' type. The name is self-explanatory, but with zero coverage the description was expected to compensate for parameter semantics and does not.

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?

States a specific verb+resource ('Get MCP deployment status') and enumerates the returned fields (phase, status_stages, generated_endpoint, kubernetes_namespace, overlay/compose paths), which is concrete. However, it does not differentiate itself from the near-twin sibling yaaif_mcp_deployment_k8s_status, leaving an agent to guess which status tool to pick.

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?

No guidance on when to use this tool versus alternatives. Given siblings like yaaif_mcp_deployment_k8s_status (a parallel status read) and yaaif_mcp_deployments_list, the absence of any exclusion or routing hint is a real gap for an agent deciding between them.

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

Deploy Server

Other Tools