Skip to main content
Glama

Gao Comptroller Decisions

gao_comptroller_decisions
Read-onlyIdempotent

Search Comptroller General decisions and opinions — the B-numbered rulings in which GAO decides federal appropriations and fiscal-law disputes, the precedent the Red Book itself cites. Give a topic in plain words (purpose statute violation, augmentation of appropriations, gift acceptance authority, improper payment, interagency agreement) and get the decisions, each with its B-number, decision date and GovInfo package. Filters out GAO audit and performance reports so the result set is decisions only, and reports how many of the underlying hits were decisions. Complements gao_red_book (the treatise) and gao_protests_search (bid-protest decisions, a different GAO docket).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoAlias for page_size.
queryYesFree-text topic, e.g. "augmentation of appropriations" or "necessary expense".
date_toNoYYYY-MM-DD
date_fromNoYYYY-MM-DD
page_sizeNoDecisions to return, 1-100 (default 25).
offset_markNoPagination cursor from a previous response.
include_reportsNoAlso return GAO audit/performance reports from the same search, flagged as reports. Default false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavior beyond annotations: it filters out audit/performance reports, reports how many underlying hits were decisions, and specifies the returned fields (B-number, date, GovInfo package). This gives the agent useful expectations about the tool's behavior.

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 dense and front-loaded with the core purpose, then adds filtering behavior, example topics, and sibling context. Each sentence contributes useful information, though it is somewhat long; a tighter structure would be slightly easier to parse.

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?

There is no output schema, so the description compensates by stating the result fields and the filtering behavior. It also explains how this tool relates to siblings. Minor gaps remain around pagination semantics, but those are documented in the parameter schema.

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?

Schema description coverage is 100%, so the input schema already documents all seven parameters, including aliases, defaults, and formats. The description adds the practical hint that 'query' should be a plain-words topic, but most parameter semantics are carried by the schema, making baseline 3 appropriate.

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 clearly identifies a specific verb (Search), resource (Comptroller General decisions and opinions), and distinguishes these from GAO audit reports and bid-protest decisions. It also names the sibling tools it complements (gao_red_book, gao_protests_search), making the tool's scope unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description tells the agent how to use the tool ('Give a topic in plain words') and what the result set will be (decisions only, with B-number, date, GovInfo package). It explicitly differentiates from gao_red_book and gao_protests_search, though it stops short of stating hard when-to-use/when-not-to-use conditions beyond that.

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.