Skip to main content
Glama

pbs_namespaces_list

List namespaces in a PBS datastore. Filter by parent namespace or limit recursion depth to explore the hierarchy.

Instructions

List namespaces within a PBS datastore with optional hierarchical filtering (read-only). Returns each namespace's hierarchical path (the ns field); optionally filter by parent namespace or limit recursion depth. Use pbs_namespace_create to add namespaces.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storeYes
parentNo
max_depthNo
proximo_targetNoWhich configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description labels the operation as 'read-only', which is a key behavioral trait. It also notes that the output includes the `ns` field for hierarchical paths. However, with no annotations provided, the description does not disclose handling of missing stores, error states, or idempotency, leaving some transparency gaps.

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 extremely concise, consisting of two sentences that front-load the core purpose and read-only nature, then detail filtering options and provide an alternative tool. No unnecessary words.

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 presence of an output schema (implied) and moderate parameter count, the description covers the essential aspects: purpose, filtering, and alternative. It is missing a note on prerequisites (e.g., the datastore must exist) and boundaries on recursion depth, but overall it provides sufficient context for an agent.

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?

The description compensates for the low schema documentation coverage (25%) by explaining the key parameters: 'parent namespace' and 'limit recursion depth' (mapping to parent and max_depth). The store parameter is implied as the datastore. This adds meaning beyond the schema, though proximo_target is already described in the schema.

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 'List namespaces within a PBS datastore with optional hierarchical filtering (read-only)', specifying verb (list), resource (namespaces in PBS datastore), and scope (hierarchical filtering). It distinguishes from sibling tools like pbs_namespace_create by explicitly mentioning that tool for adding 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 provides explicit guidance by stating 'Use pbs_namespace_create to add namespaces', which tells when not to use this tool. It also implies usage for hierarchical filtering via parent and max_depth. However, it does not elaborate on context when this tool is preferable over other list tools or when to avoid it entirely.

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/john-broadway/proximo'

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