Skip to main content
Glama

gcp_billing_top_services

Read-onlyIdempotent

Query top GCP services by cost from the user's BigQuery billing export. Returns normalized service totals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
accountNo
end_dateNo
days_backNo
start_dateNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description adds some value by mentioning the BigQuery billing export source and normalized service totals. It does not contradict annotations. However, it omits details like default date behavior or whether an account context is required, so it provides only moderate transparency beyond annotations.

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 a single, front-loaded sentence with no filler words, making it concise and easy to parse. It earns its place by conveying the core purpose and return type. It is not verbose, though it could have added more value with parameter or usage details without becoming bloated.

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

Completeness2/5

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

With five parameters, no parameter descriptions, and no output schema, the description is not complete enough for reliable invocation. It mentions 'normalized service totals' but does not define the output shape or clarify how dates, limit, and account interact. The description covers the tool's idea but leaves too much operational context unspecified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% parameter description coverage, and the description does not explain the five parameters. 'Top' weakly hints at the 'limit' parameter, and 'from the user's BigQuery billing export' loosely relates to 'account', but start_date, end_date, and days_back are completely unexplained. The description fails to compensate for the missing schema-level parameter guidance.

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

Purpose4/5

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

The description clearly states a specific action: 'Query top GCP services by cost from the user's BigQuery billing export.' It also describes what is returned ('normalized service totals'), giving a clear sense of scope and output. However, it does not explicitly contrast with sibling tools like gcp_billing_cost, so it is not fully differentiated.

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 explicit guidance on when to use this tool versus alternatives such as gcp_billing_cost or gcp_billing_list_accounts. The phrase 'from the user's BigQuery billing export' implies a prerequisite but does not state conditions or exclusions. Usage context is only weakly implied, not articulated.

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.