Skip to main content
Glama

get_namespace

Read-onlyIdempotent

Retrieve detailed information for a specific vSphere Namespace. Provide the namespace name and optional vCenter target to get its configuration details.

Instructions

[READ] Get detailed information for a single vSphere Namespace.

Args: name: Namespace name (e.g. 'dev', 'production'). target: vCenter target name (uses default if not specified).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
targetNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds that it provides 'detailed information' for a single namespace, but does not elaborate on what fields are included. This provides some additional context beyond the annotations.

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 very concise with a clear '[READ]' tag, a one-line purpose statement, and a structured list of arguments. Every sentence is necessary and front-loaded.

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 the simplicity of the tool (2 parameters, no output schema), the description adequately covers purpose and parameter semantics. It could mention that the response contains detailed namespace info, but overall it is sufficient.

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

Parameters4/5

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

With 0% schema coverage, the description compensates by explaining 'name' as namespace name with examples ('dev', 'production'), and 'target' as vCenter target name with default behavior. This adds meaningful value beyond the schema's type definitions.

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 'Get' and resource 'detailed information for a single vSphere Namespace', with examples for the name parameter. It distinguishes from siblings such as list_namespaces (which lists multiple) and create/update/delete.

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 does not explicitly state when to use this tool versus alternatives, but the '[READ]' tag and focus on a single namespace imply it is for retrieving details for one specific namespace. No exclusions or alternative suggestions are provided.

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