Skip to main content
Glama

lookup_far_clause

Read-only

Find and read the current FAR or DFARS clause text by entering its section ID. Returns parsed clean content with heading, paragraphs, and citations, automatically resolving the latest available version.

Instructions

Convenience tool: look up the current text of a FAR or DFARS clause.

Pass a section identifier like '15.305', '52.212-4', '2.101', etc. Default chapter='1' (FAR). Use chapter='2' for DFARS (e.g., '252.227-7014').

Auto-resolves the latest available date. Returns parsed clean text with heading, paragraphs, and citations.

Common FAR sections: 2.101 (Definitions), 9.104-1 (Responsibility), 15.305 (Proposal Evaluation), 19.502-2 (Small Business Set-Asides), 52.212-4 (Commercial Terms), 52.212-5 (Required Commercial Terms).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
chapterNo1
section_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds value beyond the annotations by specifying that the tool 'auto-resolves the latest available date' and 'returns parsed clean text with heading, paragraphs, and citations.' While the readOnlyHint and destructiveHint annotations are present, the description enriches the agent's understanding of the exact return format, which is helpful for setting expectations on output. It doesn't contradict the non-mutating nature of the tool, but misses a tiny bit of context on potential rate limits or errors for a truly perfect score.

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 extremely well-structured and efficient. It uses a clear hierarchy: a one-line summary, followed by a usage example, a brief note on scope, a list of common examples, and a return description. Every sentence teaches the agent something new without being verbose or redundant.

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 lookup tool with a rich output schema, the description is complete. It covers what the tool does, how to use it, and what it returns. It correctly assumes the agent doesn't need to know about mutation or side effects given the read-only nature, and it provides just enough context to avoid conflating this with the 12 sibling tools. The presence of the output schema means it doesn't need to over-explain return values, striking the right balance.

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?

With 0% schema description coverage, the description bears the full burden of explaining parameters. It does an excellent job with the key ones: 'section_id' is explained with examples, 'chapter' has full semantics described (default '1' for FAR, '2' for DFARS). However, the 'date' parameter is never explicitly mentioned. While the 'auto-resolves the latest available date' line hints at its purpose, the description doesn't name the parameter when explaining this feature, leaving a small gap.

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 purpose: to look up the current text of a FAR or DFARS clause. It provides concrete examples of section identifiers and identifies the tool name in the description, effectively distinguishing it from the many sibling tools like get_cfr_content or search_cfr. It's a specific, action-oriented verb ('look up') tied to a clear resource ('FAR or DFARS clause').

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 explains when to use this tool (to get clean, parsed text of a specific clause) and provides the key usage context: how to switch between FAR and DFARS with the 'chapter' parameter, and that it auto-resolves the latest date. It effectively communicates the main differentiation from siblings like search_cfr (search) or get_cfr_structure (structure), though it doesn't say 'use X instead', it's clear from the examples and the 'Convenience tool' label that this is for quick, direct lookups.

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/1102tools-dev/federal-contracting-mcps'

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