Skip to main content
Glama
lzinga

US Government Open Data MCP

calc_suggest

Find exact labor categories, vendor names, or contract numbers in GSA CALC+ data to use in rate searches. Enter a field and 2+ character prefix for autocomplete suggestions.

Instructions

Autocomplete/suggest values for labor categories, vendor names, or contract numbers in GSA CALC+ data. Useful for finding exact values to use in calc_search_rates. Uses 'contains' matching (2 char min).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldYesField to suggest values for
prefixYesSearch prefix (2 character minimum) - e.g. 'soft' for software categories, 'Booz' for Booz Allen
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses key behavioral traits: the matching algorithm ('contains' matching), a minimum character requirement ('2 char min'), and the data source ('GSA CALC+ data'). However, it doesn't mention rate limits, error handling, or response format, which are gaps for a tool with no annotations.

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 highly concise and front-loaded: two sentences with zero waste. The first sentence states the purpose and scope, and the second provides usage guidelines and behavioral details. Every sentence earns its place by adding critical information.

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?

Given the tool's moderate complexity (2 parameters, no annotations, no output schema), the description is largely complete. It covers purpose, usage, and key behavior. However, without annotations or an output schema, it lacks details on response format, error cases, or performance constraints, which slightly reduces completeness.

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 schema already documents both parameters fully. The description adds some context by mentioning 'labor categories, vendor names, or contract numbers' (mapping to the 'field' enum) and giving examples like 'soft' for software categories and 'Booz' for Booz Allen (illustrating 'prefix'). This provides marginal value beyond the schema, meeting the baseline for high coverage.

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 states the tool's purpose: 'Autocomplete/suggest values for labor categories, vendor names, or contract numbers in GSA CALC+ data.' It specifies the verb ('autocomplete/suggest'), resource ('values'), and scope ('GSA CALC+ data'), and distinguishes it from the sibling tool 'calc_search_rates' by explaining its usefulness for finding exact values to use in that tool.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: 'Useful for finding exact values to use in calc_search_rates.' It names the alternative tool ('calc_search_rates') and clarifies when to use this tool (to find values for that tool). It also includes a constraint: 'Uses 'contains' matching (2 char min).'

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lzinga/us-government-open-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server