Skip to main content
Glama
cliwant

mcp-sam-gov

by cliwant

far_compliance_matrix

Read-only

Convert a solicitation's cited FAR/DFARS clauses into a proposal-ready compliance matrix, marking award-eligibility gates and resolving clause text via the eCFR.

Instructions

Turn a solicitation's cited FAR/DFARS clause list into a proposal-ready compliance matrix (for a Section L/M response). COMPOSES far_clause_lookup over 1–25 clauses (deduped case-insensitively): each resolved row carries the clause text + prescription + regulation + a gate flag marking pass/fail award-eligibility GATES (Section 889 52.204-24/25/26, limitations on subcontracting 52.219-14, DFARS cyber 252.204-7012/7020/7021 incl. CMMC) + the farOverhaulRisk currency caveat. TRUTHFUL by construction: a clause that genuinely isn't in Title 48 (HTTP 404) goes to unresolved, while a clause that couldn't be fetched (eCFR down/5xx/rate-limited) goes to a SEPARATE errored bucket — a DOWN service is never reported as 'clause doesn't exist'; summary.total proves no clause is dropped. Does NOT parse the PDF solicitation to extract the clause list, and gives NO legal advice or compliance verdict. Keyless.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clausesYesThe FAR/DFARS clause numbers a solicitation cites (e.g. from its 52.252-2 'Clauses Incorporated by Reference' list), 1–25. Deduped case-insensitively. e.g. ['52.212-4','52.204-25','252.204-7012'].
asOfDateNoPoint-in-time codification date (YYYY-MM-DD) — typically the solicitation issue date. Defaults to Title 48's current up_to_date_as_of.
flagGatesNoTag resolved rows that are pass/fail award-eligibility gates (Section 889, CMMC, limitations on subcontracting) with a gate label; others get gate:null. Default true. false ⇒ all gate:null.
includePrescriptionNoAlso fetch each clause's prescribing section (the 'As prescribed in …' rule for WHEN it applies). Default true.
Behavior5/5

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

The description goes well beyond the readOnlyHint and openWorldHint annotations. It details how unresolved clauses are handled (404 vs errored buckets), deduping case-insensitively, gate flagging behavior, and the asOfDate parameter for point-in-time codification. It also notes 'Keyless' for authentication. This provides comprehensive behavioral disclosure.

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 relatively long but every sentence provides necessary detail. It is front-loaded with the main purpose. Some minor redundancy (e.g., 'TRUTHFUL by construction' could be integrated), but overall it is well-structured and efficient for the complexity.

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 the tool's complexity (composing far_clause_lookup, error handling, gate flags, point-in-time) and the absence of an output schema, the description is remarkably complete. It explains each output field (clause text, prescription, regulation, gate flag) and the summary.total field. It covers edge cases like unresolved vs errored clauses and the purpose of each parameter.

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?

All four parameters have descriptions in the input schema (100% coverage), so the baseline is 3. The description adds extra context beyond the schema: it explains that clauses come from e.g., 52.252-2 lists, deduping is case-insensitive, defaults for boolean parameters (flagGates and includePrescription default true), and the asOfDate defaults to current up_to_date_as_of. This adds significant 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 tool's action: 'Turn a solicitation's cited FAR/DFARS clause list into a proposal-ready compliance matrix.' It specifies the input (clause list) and output (matrix for Section L/M response). It distinguishes from siblings by noting it composes far_clause_lookup over multiple clauses, which is a distinct function from individual lookup tools.

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 explicitly states when to use the tool (have a list of clause numbers from a solicitation) and what it does not do: 'Does NOT parse the PDF solicitation to extract the clause list, and gives NO legal advice or compliance verdict.' It also notes 'for a Section L/M response,' providing context. While it doesn't directly compare to siblings, the purpose is self-contained.

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