Skip to main content
Glama

pbs_permissions_get

Resolve effective permissions for a Proxmox Backup Server user or token, showing inherited and direct privileges across ACL paths.

Instructions

READ-ONLY: resolve effective privileges for a PBS user/token. Returns a map of ACL path to a map of privilege name to propagate-bit — the RESOLVED (inherited + direct) view, unlike pbs_acl_get's raw entry list. Use pbs_acl_get to see the raw ACL entries this resolves from. Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoACL path to scope the result to; omit for every path the principal has any privilege on.
auth_idNoUser or token to resolve permissions for ('user@realm' or 'user@realm!token-name'); omit for the calling credential's own permissions.
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
Behavior4/5

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

No annotations provided, so description carries full burden. Declares READ-ONLY, describes return format (map of ACL path to map of privilege name to propagate-bit), and mentions PROXIMO_PBS_* config requirement. Missing auth or rate limit details, but sufficient for a read-only permissions tool.

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?

Two concise sentences front-loaded with READ-ONLY and clear purpose. No fluff, every word adds value.

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

Completeness5/5

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

Given output schema exists (as per context signals), description explains return format, config requirement, and alternative tool. Complete for the tool's complexity and sibling context.

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 covers all 3 parameters (100% coverage). Description adds minor context (e.g., 'omit for every path'), but does not significantly enhance beyond schema. Baseline 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?

Clearly states it resolves effective (inherited+direct) privileges for a PBS user/token and distinguishes from pbs_acl_get which returns raw entries. The verb 'resolve' and resource 'privileges' are specific.

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?

Explicitly references pbs_acl_get as an alternative for raw entries, guiding when to use each. Does not state prerequisites or negative scenarios, but the READ-ONLY hint implies safe usage.

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