Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

calc_contract_rates

Read-only

Retrieve all ceiling rates and labor categories for a GSA Multiple Award Schedule (MAS) contract using its contract number. Enter the IDV PIID to see awarded rates.

Instructions

Get all ceiling rates for a specific GSA MAS contract by its contract number (IDV PIID). Shows all labor categories and rates awarded under that contract.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_sizeNoMax results (default 100)
contract_numberYesGSA contract number (IDV PIID) - e.g. 'GS10F0303V', 'GS35F0581X'
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safety profile is known. The description adds that the tool shows all labor categories and rates, which is useful context, but it does not disclose pagination behavior or potential result size limitations beyond what the schema already provides.

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 two short sentences, front-loaded with the verb 'Get' and immediately states the resource and scope. Every word earns its place with no redundancy.

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?

For a simple read-only lookup tool with only two parameters and no output schema, the description fully covers what the tool does, what input it needs, and what results are returned (all labor categories and rates). It is as complete as needed given the tool's simplicity.

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% as both contract_number and page_size have detailed descriptions. The tool description reinforces contract_number as the key input but adds no new meaning beyond the schema.

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 retrieves all ceiling rates for a specific GSA MAS contract by contract number (IDV PIID), which is a specific verb+resource+scope. It distinguishes itself from sibling tools by focusing on a single contract rather than searching rates.

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 implies when to use: when you have a specific contract number and need all its ceiling rates. It does not explicitly mention alternatives like calc_search_rates for finding contracts, but the context is clear and no exclusions are stated.

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/cyntrica/gov-data-mcp'

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