Skip to main content
Glama

pbs_metrics_influxdb_http_list

Lists configured PBS InfluxDB HTTP metric servers, omitting authentication tokens for security.

Instructions

READ-ONLY: list configured PBS InfluxDB http metric servers. token DOES appear in the live schema's response shape (unlike pbs_s3's config reads, which are documented secret-free) — stripped here at the READ layer; this strip is REQUIRED, not merely defensive (see proximo.pbs_metrics module docstring fact #1). Needs PROXIMO_PBS_* config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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 are provided, so the description carries the full burden. It discloses that the 'token' field is stripped from the response at the read layer, that the stripping is required (not just defensive), and that the tool 'Needs PROXIMO_PBS_* config.' This goes beyond basic behavior and adds important context for the agent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is compact with two sentences, but includes parenthetical information and a reference to a module docstring. It is efficient but could be slightly clearer by separating the config requirement from the stripping detail. No wasted 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 that the tool has one optional parameter, an output schema exists, and it is a list operation, the description covers the essential points: read-only, lists servers, strips tokens, requires config. It lacks explicit mention of idempotency or safety, but 'READ-ONLY' implies it.

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?

The input schema has 100% coverage (one parameter with a description). The description only mentions config dependency but does not add new parameter-level details beyond the schema. Baseline 3 is appropriate since schema is sufficient.

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 starts with 'READ-ONLY: list configured PBS InfluxDB http metric servers,' which clearly states the action (list), the resource (configured PBS InfluxDB HTTP metric servers), and its read-only nature. It distinguishes from sibling tools like pbs_metrics_influxdb_udp_list (UDP) and pbs_metrics_servers_list (general servers) by specifying 'http metric servers'.

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 indicates that the tool lists configured servers and is read-only, but it does not explicitly provide guidance on when to use this tool versus alternatives (e.g., pbs_metrics_influxdb_http_get or pbs_metrics_influxdb_udp_list). There are no when-not-to-use statements or mention of prerequisites beyond the config note.

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