Skip to main content
Glama

ai-budget-planner

list_providers

List supported LLM providers, their models, and blended cost estimates per 1M tokens

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It states the core behavior (listing providers, models, and cost estimates) and adds detail about 'blended cost estimates' beyond the tool name. However, it omits any mention of edge cases, data source, or potential limitations, making it adequate but not exceptionally transparent.

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 a single, front-loaded sentence with no filler. Every word earns its place, conveying the tool's purpose and output in a concise manner.

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 the tool's simplicity (no parameters, no output schema, no annotations), the description is complete. It clearly states what the tool lists, making it sufficient for an agent to understand the tool's behavior and expected output.

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 has zero parameters, and the baseline for such tools is 4. The description does not need to explain parameter semantics, and it goes beyond baseline by describing what the user will get (providers, models, cost estimates), which adds value.

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 uses a specific verb 'List' and clearly states the resource: supported LLM providers, their models, and blended cost estimates per 1M tokens. This distinguishes it from sibling budget tools, which focus on managing budgets rather than enumerating providers.

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?

The description provides no explicit guidance on when to use this tool versus alternatives, nor does it mention any prerequisites or exclusions. While the tool's purpose is clear from context, the description itself offers no usage direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: budgets, departments, alerts, providers, and reports. No overlapping purposes.

Naming Consistency5/5

All tool names follow consistent snake_case verb_noun pattern: create_budget, department_report, get_budget, etc.

Tool Count5/5

Six tools cover the core functionality of budget planning without being too many or too few.

Completeness4/5

Covers creation, retrieval, alerts, providers, and reports. Missing update/delete for budgets, but core workflows are supported.