Skip to main content
Glama

List Cloud Server flavors (IaaS v3)

list_flavors
Read-only

Retrieve available cloud server flavors for a specified region to select the appropriate instance type for deployment.

Instructions

[READ] OpenAPI iaas/3.0.0: GET https://ecc.{region}.arvanapis.ir/v3/flavors

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionYesCloud Server region id from official docs, e.g. ir-thr-c2

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.3

TDQS

C2.5/5.0
Behavior2/5

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

readOnlyHint=true and openWorldHint=true already declare the safety and openness profile, so the description's 'READ' marker is redundant. Beyond the annotated facts, it adds nothing about pagination, filtering, or auth requirements for the {region} endpoint.

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?

Extremely short and front-loaded, but it is a bare endpoint reference rather than a description; there is no prose to be wasteful, yet also nothing that earns much value for the agent.

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

Completeness2/5

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

For a tool with no output schema and no annotation detail about the response, the description should at least say what flavors represent and roughly what is returned. Instead it is only a URL, leaving the agent to infer the shape and meaning of the result.

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?

There is a single region parameter with full schema description coverage (including an example value like ir-thr-c2), so the schema carries the semantics. The description adds only the {region} URL placeholder, which conveys no syntax or format beyond the schema.

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 title and name ('List Cloud Server flavors') establish a verb+resource, and the description confirms it is a GET on the iaas/3.0.0 /v3/flavors endpoint. However, the description itself is just an endpoint string and does nothing to differentiate this from the sibling 'list_database_flavors' or to explain what a 'flavor' means in this context.

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 when-to-use guidance, no prerequisites, and no mention of the closely related sibling 'list_database_flavors' that an agent could easily confuse with this tool. The '[READ]' tag implies a safe lookup but that is already conveyed by annotations.

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