Skip to main content
Glama

Invoke IaaS OpenAPI v3

invoke_iaas_v3_api
Destructive

Call allowlisted ArvanCloud IaaS v3 endpoints to manage servers, volumes, firewalls, and networks, rejecting unknown paths.

Instructions

[OPENAPI] Call ecc.{region}.arvanapis.ir/v3 paths from iaas-3.0.0.yaml (servers, volumes, firewalls, networks, …). Allowlist: 45 ops from iaas-3.0.0.yaml (Arvancloud IaaS API Documentation v3.0.1). Rejects unknown paths — does not invent APIs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
pathYesConcrete path matching OpenAPI iaas-3.0.0.yaml (fill path params). Example templates exist in docs/discovery/openapi/.
queryNo
methodYes
regionYesRegion code for ecc.{region}.arvanapis.ir/v3

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.3

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true and openWorldHint=true, so the safety profile is covered. The description adds real value beyond that by disclosing the allowlist boundary and the 'does not invent APIs' rejection behavior. It does not, however, discuss auth requirements, rate limits, or destructive implications of the underlying write operations.

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?

Three compact sentences with the endpoint and scope front-loaded. There is minor redundancy in naming iaas-3.0.0.yaml twice and mixing doc version v3.0.1 with the yaml name, but no filler.

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 broad proxy spanning 45 operations with no output schema and low parameter coverage, the entry point is described but key operational detail is missing: where the agent finds the allowed paths/operation list, what the call returns, and how write vs read operations differ. Adequate but with clear gaps for a tool of this breadth.

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 coverage is only 40%, so some description-side explanation is needed. It clarifies that the path must match iaas-3.0.0.yaml paths and that region feeds the ecc.{region} host template, which adds meaning to two of the five parameters. Method, body, and query receive no additional semantics.

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 action (call paths on the IaaS v3 OpenAPI endpoint) and enumerates covered resources (servers, volumes, firewalls, networks). It is clearly distinguishable from invoke_iaas_v1_api by the v3 version and the ecc.{region} host, though that distinction is implied rather than stated explicitly.

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 limits scope ('Allowlist: 45 ops', 'Rejects unknown paths') but never says when to use this generic proxy versus the many dedicated IaaS tools (list_servers_v3, get_server, create_server, list_networks, etc.) or versus invoke_iaas_v1_api. No when/when-not guidance or preferred alternative is given.

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