Skip to main content
Glama
cliwant

mcp-sam-gov

by cliwant

usas_search_teaming_partners

Read-only

Discover small-business teaming partners by socioeconomic certification, NAICS code, and agency award history. Candidates ranked by federal contract volume with integrity screening and exclusion checks.

Instructions

Small-business teaming-partner discovery by socioeconomic certification + NAICS + agency award history (keyless USAspending proxy), integrity-screened. Given a cert (enum-validated), optional naics/agency/subagency, and a lookback window, aggregates federal awardees by recipient and returns candidates ranked by agencyObligated with agencyAwardCount, mostRecentAwardDate, and sampleAwards; optionally screens the top candidates via sam_check_exclusions and drops active exclusions (excludeDebarred, default true). HONESTY: cert is AWARD-DERIVED (recorded on the firm's federal awards), NOT the SBA certification of record (which needs a keyed SAM Entity call) — verify active certification in SAM/SBS before teaming (stated in _meta). A bogus cert is rejected as invalid_input (the endpoint would silently return 0).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
certYesSocioeconomic certification (award-derived, NOT the SBA registry of record). One of: small_business, 8a_program_participant, woman_owned_business, women_owned_small_business, economically_disadvantaged_women_owned_small_business, service_disabled_veteran_owned_business, veteran_owned_business, historically_underutilized_business_firm (HUBZone).
pageNo1-based page index (default 1).
limitNoCandidates per page (default 25, max 50).
naicsNoNAICS code to scope the search (e.g. '541512').
agencyNoAwarding agency canonical toptier name (e.g. 'Department of Veterans Affairs'). Use usas_lookup_agency to resolve abbreviations.
minAwardsNoMinimum scanned award count for a firm to be listed (default 1).
scanPagesNoAward-value-sorted pages (100 rows each) to scan before aggregating by recipient (default 4, max 10).
screenCapNoMax candidates to exclusion-screen per page (default 10, max 25).
subagencyNoAwarding sub-agency name. Requires `agency` to also be set (a subagency alone is dropped).
lookbackYearsNoAction-date lookback window in years (default 3).
excludeDebarredNoScreen the top-ranked candidates via sam_check_exclusions and drop active exclusions (default true; bounded + disclosed in _meta).
Behavior4/5

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

Beyond annotations (readOnlyHint, openWorldHint), the description discloses that results are ranked by agencyObligated with specific fields, that top candidates are optionally screened via sam_check_exclusions with default debarred exclusion, and that a bogus cert triggers invalid_input. This adds valuable behavioral context beyond what annotations provide.

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 well-structured with a clear purpose statement, details on ranking and filtering, and a notable honesty section. While somewhat lengthy, every sentence contributes meaning, and it avoids unnecessary fluff.

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 tool with 11 parameters and no output schema, the description adequately explains the return structure (ranked candidates with specific fields) and error behavior (invalid_input). It also notes meta field details for exclusion screening, making it fairly complete for an AI agent's needs.

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 coverage is 100% with descriptions for all 11 parameters. The description adds marginal value by explaining the cert limitation and that subagency requires agency, but the schema already covers the basics. Baseline 3 is 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 states the tool is for 'small-business teaming-partner discovery' using specific criteria (certification, NAICS, agency award history), and distinguishes it from sibling tools like usas_search_recipients and usas_search_awards by mentioning the certification-based filtering and integrity screening.

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 provides clear context on usage, including that the cert is award-derived (not SBA certification) and instructs users to verify active certification in SAM/SBS before teaming. It implicitly advises against using this tool when actual SBA certification status is needed, though it does not explicitly name alternative tools like sam_lookup_organization.

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/cliwant/mcp-sam-gov'

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