Skip to main content
Glama
cliwant

mcp-sam-gov

by cliwant

sam_check_exclusions

Read-only

Check if a firm or individual is excluded from federal contracting by screening names, UEI, or CAGE against the SAM exclusions index. Returns active exclusion matches with agency and type details.

Instructions

Keyless SAM debarment/exclusion screening. Screen a firm or individual by name (query) and/or UEI/CAGE against the SAM exclusions index (FAPIIS). Returns excluded (true iff ≥1 ACTIVE matching record), matchCount, and per-record { name, classification, uei, cage, excludingAgency, exclusionType, exclusionProgram, isActive, activation/terminationDate, samFapiisUrl }. CRITICAL: an EMPTY result means 'no matching exclusion under these terms' — it is NOT proof of general responsibility (stated in _meta.notes). A name match is not identity-proof; verify the UEI/CAGE + dates against the FAPIIS record. Requires at least one of query/uei/cage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ueiNoSAM UEI to match. Used as the text query when it is the sole selector; post-filtered against results when combined with a name query.
cageNoCAGE code to match (post-filtered against results, or used as the text query when sole).
pageNo0-based page index (default 0).
sizeNoPage size (default 25, max 100).
queryNoFirm or individual name to screen (drives the server-side exclusions text search). Provide at least one of query/uei/cage.
activeOnlyNoOnly currently-active exclusions (default true). false includes terminated exclusions.
classificationNoFilter by excluded-party classification (default 'any').
Behavior5/5

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

Annotations 'readOnlyHint' and 'openWorldHint' are present, and the description significantly expands on them by explaining the meaning of empty results, the need for verification, and the caveat about name matches. No contradictions.

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 but not verbose. Every sentence adds value. Could be slightly better structured (e.g., bullet points for caveats), but it remains concise and front-loaded.

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?

Given no output schema, the description fully describes the return structure (excluded, matchCount, per-record fields) and includes interpretation notes. Parameters are covered in schema and description. The tool's purpose and limitations are well-communicated.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description goes beyond by explaining interaction rules ('post-filtered when combined with name query'), requiring at least one parameter, and clarifying the behavior of 'activeOnly' and 'classification'. This adds meaningful value.

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 action ('screen'), the target ('firm or individual'), the data source ('SAM exclusions index (FAPIIS)'), and the input methods (name/UEI/CAGE). It is specific and distinct from sibling screening tools like 'sam_integrity_lookup' or 'ofac_screen_entity'.

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 when to use this tool (for debarment/exclusion screening) and critical interpretation guidance (empty result ≠ general responsibility, name match not identity-proof). It does not explicitly list when not to use or compare to alternatives, but the context is strong.

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