Skip to main content
Glama

pbs_apt_repositories_get

Retrieves the current APT repository configuration of a PBS node for inspection and preparation of repository modifications.

Instructions

READ-ONLY: get the current APT repository configuration of a PBS node.

GET /nodes/{node}/apt/repositories. Smoke-confirm: shape not live-verified — expected {files, errors, digest, infos, standard-repos}. files[].path + entry index are the coordinates pbs_apt_repository_set needs; standard-repos[].handle is what pbs_apt_repository_add needs. Proxmox's API deliberately does not expose upgrade execution; the upgrade itself happens at your console. This tool governs visibility and repo config only. Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoPBS node name; defaults to 'localhost' (standard single-node PBS name).localhost
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
Behavior5/5

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

No annotations provided, but description starts with 'READ-ONLY'. Describes expected output shape, notes it is not live-verified, and explicitly states that upgrade execution is not exposed by the API. This fully informs the agent of the tool's scope and limitations.

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?

Five concise sentences that are front-loaded with the primary purpose. No redundant information; every sentence 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?

Despite no annotations, the description provides sufficient context: expected output shape, coordination with sibling tools, configuration requirement, and explicit limitations. An output schema exists, so return values are already documented.

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 coverage is 100%, so baseline is 3. The description adds no additional meaning beyond what is already in the input schema descriptions. The note about 'Smoke-confirm' is not parameter-specific.

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 retrieves APT repository configuration of a PBS node with a specific verb and resource. Differentiates from sibling tools by mentioning coordinates needed for pbs_apt_repository_set and pbs_apt_repository_add.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states the tool is read-only, clarifies it does not handle upgrades, and mentions configuration requirements (PROXIMO_PBS_* config). Provides context on when to use and what it governs.

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