Skip to main content
Glama

get_namespace

Retrieve the Object Storage namespace for your OCI tenancy. Specify a region to query, or use the server-configured default.

Instructions

Returns the Object Storage namespace for the tenancy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNoOCI region ID to query (e.g. sa-vinhedo-1). Default: server-configured region
Behavior3/5

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

With no annotations provided, the description carries the full burden of disclosing behavior. It clearly states the tool returns the namespace, implying a read-only operation. However, it does not disclose authentication requirements, error behavior for invalid regions, or the exact return format.

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, front-loaded sentence with no wasted words. It directly states the action and the object without superfluous detail.

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 (one optional parameter, no output schema, no nested objects), the description is sufficient. It explains what is returned and for whom. The absence of an output schema is not a major gap because the return value is a simple namespace string, and the schema already explains the region parameter.

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 description coverage is 100% for the single 'region' parameter, which is already fully described in the input schema. The tool description adds no additional parameter semantics beyond what the schema provides, so the baseline of 3 is appropriate.

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 uses a specific verb 'Returns' and identifies the exact resource ('Object Storage namespace') and scope ('for the tenancy'). It clearly distinguishes from sibling tools like list_buckets or get_instance, which serve different purposes.

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 implies usage when the Object Storage namespace is needed, but it does not explicitly state when to use this tool versus alternatives, nor does it mention any prerequisites or exclusions. There is no mention of alternatives in the description itself.

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/ferronicardoso/mcp-oci'

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