Skip to main content
Glama

infra_billing_get_infra_providers

Retrieve all infrastructure providers for billing. Use to list available providers before assigning costs or generating invoices.

Instructions

GET /api/infra-billing/providers Get all infra providers Tags: Infra Billing Controller

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are supplied, so the description carries the full behavioral burden, yet it discloses nothing beyond the raw HTTP verb. It does not state whether results are paginated, what permissions are required, or what the response contains. The implied read-only nature comes solely from 'GET'.

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?

It is short and front-loaded, but the raw path and the trailing 'Tags: Infra Billing Controller' line are OpenAPI scaffolding that adds no selection value to an agent; the content is efficient but partly noise.

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

Completeness3/5

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

For a simple parameterless list endpoint this is minimally adequate, but with no output schema the description should hint at what a provider object contains or how many are returned. The absence of annotations and output schema leaves the description thinner than it should be.

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 tool takes zero parameters (empty object schema, additionalProperties false), so there is nothing for the description to elaborate on. Baseline for a parameterless tool is 4.

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

Purpose3/5

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

The description states a specific verb and resource ('Get all infra providers'), which conveys a list-all operation, but it is essentially a restatement of the tool name and gives no differentiation from the closely named sibling infra_billing_get_infra_provider (singular). An agent can infer the purpose but gets no distinguishing signal beyond 'all'.

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?

There is no guidance on when to use this tool versus alternatives such as infra_billing_get_infra_billing_records, infra_billing_get_billing_nodes, or the singular provider lookup. No prerequisites, no exclusions, no context are provided.

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