Skip to main content
Glama

export_cluster_yaml

Export an Ocean cluster configuration as YAML for GitOps comparison or backup. Specify cluster ID and optional account ID. Supports AWS and Azure.

Instructions

Export an Ocean cluster configuration as YAML. Useful for GitOps comparison or backup.

Args: cluster_id: The Ocean cluster ID (e.g. o-abc12345) account_id: Optional account ID to query. Defaults to SPOTINST_ACCOUNT_ID env var. cloud: Cloud provider: aws or azure (default: aws)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cluster_idYes
account_idNo
cloudNoaws

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool is an export operation (likely read-only), provides default behavior (account_id from env var, cloud default 'aws'), and gives an example cluster_id format. However, it does not mention error handling, rate limits, or authentication requirements beyond the env var reference.

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

Conciseness5/5

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

The description is a single sentence plus a structured Args list. It front-loads the purpose and uses clear, minimal language. No extraneous information is present, and every sentence adds value.

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

Completeness4/5

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

Given 3 parameters, no annotations, and an existing output schema, the description adequately covers the tool's purpose, parameter details, and use case. It lacks error handling or example output, but the output schema likely documents return values, so it is reasonably complete for this simple export tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description compensates fully. It explains each parameter: cluster_id (with example), account_id (optional, default from env var), and cloud (lists valid values: aws or azure). This adds essential meaning beyond the raw schema titles and types.

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

Purpose5/5

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

The description clearly states 'Export an Ocean cluster configuration as YAML', specifying the verb (export), resource (Ocean cluster configuration), and output format (YAML). It also provides use cases (GitOps comparison or backup), distinguishing it from siblings like get_cluster (JSON) and export_vng_yaml (different resource).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions it is 'useful for GitOps comparison or backup', implying usage context. However, it does not explicitly state when to use this tool over alternatives like get_cluster or export_vng_yaml, nor does it provide exclusion criteria. The guidance is implied but not explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arnstarn/mcp-server-spotinst'

If you have feedback or need assistance with the MCP directory API, please join our Discord server