Skip to main content
Glama
thealexauer

google-flights-mcp

by thealexauer

get_usage

Monitor your monthly SerpApi usage to stay within the 100-search free tier limit. Cached searches are not counted.

Instructions

Check current monthly SerpApi usage against the free tier limit (100 searches/month). Cached searches are free and not counted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the important behavioral detail that cached searches are free and not counted, which helps interpret the returned usage number. However, it doesn't state what the response looks like, whether it's a safe read, or any rate limits on calling this tool.

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?

Two concise sentences, front-loaded with the main action and immediately followed by a crucial caveat about cached searches. No filler.

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?

For a simple no-param read tool with no output schema and no annotations, the description provides the essential context: what it checks and what counts against the limit. It's fairly complete, though a note on return format could help.

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?

Zero parameters, so the baseline is 4. There are no parameters to describe, and the description correctly doesn't invent any.

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?

States a specific verb and resource ('Check current monthly SerpApi usage') and adds the free tier limit context. It's clear what the tool does, though sibling tools are in a different domain (flights/booking) so no direct differentiation is needed.

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?

Implied usage is checking quota before making many search calls, but the description doesn't explicitly say when to use this versus not, or mention alternatives. No exclusions or prerequisites are given.

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