Skip to main content
Glama

create_namespace

Create a vSphere Namespace on a Supervisor Cluster with optional CPU and memory limits. Dry run is enabled by default; set dry_run=false to commit.

Instructions

[WRITE] Create a vSphere Namespace on a Supervisor Cluster.

IMPORTANT: dry_run=True by default — set dry_run=False to actually create.

Args: name: Namespace name (lowercase, no spaces). cluster_id: Supervisor cluster MoRef (use get_supervisor_status to find). storage_policy: Storage policy name (use list_supervisor_storage_policies). cpu_limit: CPU limit in MHz (optional). memory_limit_mib: Memory limit in MiB (optional). dry_run: Preview without creating (default: True).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
cluster_idYes
storage_policyYes
cpu_limitNo
memory_limit_mibNo
descriptionNo
dry_runNo
targetNo
Behavior4/5

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

Annotations indicate a write operation (readOnlyHint=false) and no idempotency. The description adds crucial behavioral detail: dry_run=True by default, preventing accidental creation. It does not explain other behavioral aspects like required permissions or side effects beyond creation.

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 concise: a single-line purpose, an important note in bold, and a clear bullet list of arguments. No redundant information, and the critical dry_run detail is front-loaded.

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 8 parameters and no output schema, the description covers most essential aspects but misses two parameters and provides no information about return values or post-creation behavior. The dry_run nuance is well-handled, but the omission of 'description' and 'target' diminishes completeness.

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 0%, so the description must explain parameters. It describes 6 of 8 parameters with meaningful context (e.g., name must be lowercase, cluster_id from get_supervisor_status), but omits 'description' and 'target' entirely. The explanations are sufficient for required parameters but incomplete overall.

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 the verb 'Create' and the resource 'vSphere Namespace on a Supervisor Cluster', distinguishing it from sibling tools like delete_namespace, update_namespace, and list_namespaces.

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

Usage Guidelines4/5

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

The description explicitly warns about dry_run default and suggests prerequisite tools (get_supervisor_status, list_supervisor_storage_policies) but does not specify when to avoid using this tool or mention alternative tools for similar tasks.

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/zw008/VMware-VKS'

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