Skip to main content
Glama

List CaaS pods

list_caas_pods
Read-only

List Kubernetes pods for a namespace and ArvanCloud CaaS zone. Use it to inspect running workloads and troubleshoot deployments.

Instructions

[READ] OpenAPI Arvan CaaS 1.25: GET /api/v1/namespaces/{namespace}/pods on zone base.

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.6/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 '[READ]' tag merely restates structured data without adding value. Nothing is said about pagination behavior, result volume, default namespace scoping, or what the response contains — useful context that annotations do not cover.

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

Conciseness3/5

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

It is a single short line with no waste, which is good, but it is arguably under-specified rather than concise, and the trailing phrase 'on zone base' is awkward and adds ambiguity rather than information.

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 simple two-parameter read-only list tool with a fully documented schema, the definition is minimally adequate. The absence of any note on pagination or return shape is a minor gap given there is no output schema, but the endpoint-only framing leaves the agent with little beyond the structured fields.

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%, so both zone and namespace are already documented in the schema (including example zone codes), which sets the baseline at 3. The description adds no syntax or format detail beyond what the schema provides.

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

Purpose3/5

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

The description names the resource (CaaS pods) and the REST endpoint (GET /api/v1/namespaces/{namespace}/pods), so the operation is inferable, but the actual verb comes from the tool title rather than the prose, and the trailing 'on zone base' is vague filler. It offers no differentiation from the sibling get_caas_pod, which an agent could easily confuse with this list operation.

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 guidance on when to use this versus alternatives such as get_caas_pod, list_caas_deployments, or list_caas_services. The agent is left to infer that this is the bulk-listing variant of the pod resource purely from the name.

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