Skip to main content
Glama

get_contract_details

Fetch the full SAM.gov contract record for a notice id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notice_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are present, so the description carries the burden. 'Fetch' indicates a read-only operation and 'full record' hints at a complete response, but there is no disclosure of authentication needs, error behavior, or data availability. This is acceptable for a simple retrieval but limited.

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 a single front-loaded sentence with no filler. Every word contributes to identifying the operation and the key input.

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

Completeness3/5

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

For a one-parameter, read-only tool with an output schema, the description covers the core operation. It is still thin on when to choose it over sibling search/detail tools and on the expected identifier format, so it is only minimally complete.

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?

With 0% schema description coverage, the entire parameter explanation falls on the description. It clarifies that notice_id is the SAM.gov notice identifier for the contract record, which goes slightly beyond the raw schema, but it stops short of giving format, examples, or any normalization details.

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 uses a specific verb ('Fetch') and names a concrete resource ('full SAM.gov contract record') keyed by notice_id. It is clear enough to distinguish from grant-focused siblings, though it does not explicitly contrast with search_contracts or the other list-style tools.

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?

The phrase 'for a notice id' implies the tool is for retrieving one complete record when an identifier is already known, rather than for searching. However, it does not explicitly say when to prefer it over search_contracts or get_grant_details, nor mention any exclusions.

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.