Skip to main content
Glama

Get Edge namespace settings

get_edge_namespace
Read-only

Retrieve details about a specific namespace with get_namespace. Access configuration, status, and metadata to simplify inspection and troubleshooting.

Instructions

[READ] OpenAPI: GET /namespace

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.3

TDQS

C2.4/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true; the description's "[READ]" and "GET" add no behavioral detail beyond them. It does not mention auth, rate limits, return shape, or idempotency, and it does not contradict 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.

Conciseness3/5

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

The description is a single concise fragment and is front-loaded with the operation and endpoint. However, it is so terse that it lacks any explanatory structure, making it minimally viable rather than well-formed.

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

Completeness2/5

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

With no output schema and no parameters, the description should at least clarify what namespace settings are returned or how the tool relates to other Edge endpoints. It provides no such context, leaving the agent to infer from the name alone.

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?

There are no parameters and schema description coverage is 100%, so the baseline is 4. The description adds no parameter semantics, but none are needed.

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

Purpose2/5

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

The description "[READ] OpenAPI: GET /namespace" essentially restates the tool name and title ("Get Edge namespace settings") without explaining what an Edge namespace is or which settings are returned. It provides no differentiation from the many sibling tools.

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?

No when-to-use guidance is given; the description does not mention alternatives such as get_edge_compute, list_edge_routes, or invoke_edge_api, nor any prerequisites. The only hint is the [READ] tag, which is redundant with annotations.

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