Skip to main content
Glama
govconapi

io.github.govconapi/govconapi

Official

Get NAICS Leaderboard

get_naics_leaderboard
Read-onlyIdempotent

Browse curated NAICS leaderboards to find top codes by market size, competition, and set-aside eligibility. Use fixed rankings for focused market research and contract opportunity analysis.

Instructions

Browse curated, ranked NAICS market leaderboards, a fixed set of named rankings, distinct from find_naics_codes' open filtered search.

Market Research tool.

- board: the named ranking to view , "biggest" | "least_crowded" | "most_open" |
  "most_locked" | "setaside_total_small_business" | "setaside_8a" | "setaside_sdvosb" |
  "setaside_wosb" | "setaside_hubzone" | "setaside_veteran" | "setaside_native"
- limit: max 100

Returns each ranked NAICS code's `naics_code`, pass that to get_naics_market or the
other NAICS tools below. 400 if `board` isn't a recognized name; 503 briefly if the
market index is still building.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boardYes
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Beyond the readOnly/openWorld/idempotent annotations, the description adds concrete behavioral details: valid board names, a limit cap of 100, the output shape (each ranked NAICS code's naics_code), and error responses (400 for invalid board, 503 while the index is building). This is rich behavioral context beyond what annotations alone provide.

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 efficiently structured with a front-loaded purpose, labeled parameter bullets, and a brief return/error section. Despite the long list of board values, every sentence and bullet earns its place; there is no filler or redundant repetition of schema details.

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 tool with two parameters and an output schema, the description covers all necessary context: valid board options, limit behavior, output format, downstream usage, and error conditions. An agent has everything needed to invoke the tool correctly and interpret results.

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

Parameters5/5

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

The input schema only defines board as a string and limit as an integer with a default, with no descriptions. The description fully compensates by enumerating all accepted board values and specifying the maximum limit. This adds essential semantic meaning that the schema lacks.

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 uses a specific verb ('Browse') with a clear resource ('curated, ranked NAICS market leaderboards') and immediately distinguishes itself from the sibling tool find_naics_codes' 'open filtered search'. An agent can accurately determine what this tool does and how it differs from closely related 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 names the alternative tool (find_naics_codes) and contrasts this tool's fixed set of named rankings with that open filtered search. It also provides downstream guidance: pass the returned naics_code to get_naics_market or other NAICS tools. This gives clear when-to-use and when-not-to-use context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/govconapi/govconapi-mcp'

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