Skip to main content
Glama

List CaaS configmaps

list_caas_configmaps
Read-only

List Kubernetes ConfigMaps in a specified namespace and CaaS zone using the ArvanCloud API.

Instructions

[READ] OpenAPI: GET /api/v1/namespaces/{namespace}/configmaps

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, and the '[READ]' prefix plus the GET route merely restate that read-only nature without adding anything. No information is given about pagination, result size, namespace scoping side effects, or auth requirements, so the description contributes essentially no behavior beyond structured fields.

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, front-loaded line with no filler, which is good. But the '[READ]' tag duplicates the annotation and the raw OpenAPI path is low-value phrasing, so while it is terse it is arguably under-specified rather than optimally sized.

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?

With no output schema, annotations covering the read-only safety profile, and 100% schema description coverage, the minimal remaining burden is modest. Still, an agent gets no guidance on scoping, ordering, or pagination for a list operation across a potentially large namespace, leaving a small but real gap.

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% (zone and namespace are both documented with examples), so the schema carries full parameter meaning. The description adds nothing about how the two parameters combine or any format nuances, which is the expected baseline 3 when the schema does the heavy lifting.

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 name and title carry the specific verb+resource (list configmaps in a CaaS zone/namespace), and the description adds the backing endpoint GET /api/v1/namespaces/{namespace}/configmaps. However, it does not differentiate this tool from siblings such as list_caas_pods, list_caas_services, or list_caas_deployments beyond the resource noun, so the purpose is clear but not sibling-distinguishing.

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?

The description offers no when-to-use guidance, no prerequisites, and no mention of alternatives (e.g., using invoke_caas_api for arbitrary resources). The only context is the HTTP route, which tells the agent nothing about when this tool should be selected over its many CaaS siblings.

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