Skip to main content
Glama

List CaaS deployments

list_caas_deployments
Read-only

Retrieve CaaS deployments in a specified zone and Kubernetes namespace via the ArvanCloud API.

Instructions

[READ] OpenAPI: GET /apis/apps/v1/namespaces/{namespace}/deployments

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zoneYesCaaS zone from OpenAPI servers, e.g. ir-tbz-sh1 (Shahriar) or ir-thr-ba1 (Bamdad)
namespaceYesKubernetes namespace / project name

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.3

TDQS

C2.3/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description contributes nothing beyond the raw endpoint — no scoping behavior, no indication of whether results are paginated or limited to a namespace, so it fails to add context even against the lower bar set by annotations.

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

Conciseness2/5

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

It is a single line with zero waste, but the economy comes from under-specification rather than tight writing: the one sentence merely echoes the HTTP verb and path. Brevity here is not a virtue.

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 two-parameter read-only list tool with full schema coverage and no output schema, the structured fields carry most of the load. Still, the description offers no hint about result scope or filtering, leaving the agent to infer behavior entirely.

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 description coverage is 100%, with both zone and namespace fully documented in the schema, so the baseline is 3. The description only repeats the {namespace} path variable and adds no format or example detail beyond what the schema already supplies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is only the raw OpenAPI route 'GET /apis/apps/v1/namespaces/{namespace}/deployments', which restates the resource already named by the title 'List CaaS deployments'. It adds no distinguishing detail versus siblings like list_caas_services or get_caas_deployment, so an agent gains nothing beyond the name.

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?

There is no when-to-use guidance, no mention of prerequisites (zone/namespace required), and no reference to alternatives such as get_caas_deployment for a single deployment. The '[READ]' prefix weakly implies a safe listing operation but nothing more.

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