Skip to main content
Glama
govconapi

io.github.govconapi/govconapi

Official

Get NAICS Leaderboard

get_naics_leaderboard
Read-onlyIdempotent

Retrieve curated NAICS rankings by market attributes like size, competition, and set-aside status to identify federal opportunities. Returns codes for further market 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

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A5/5.0
Behavior5/5

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

The read-only and idempotent annotations are reinforced with concrete runtime behavior: 400 for invalid board names, 503 while the market index is building, and the fact that results carry a naics_code intended for downstream tools. This adds meaningful behavioral context beyond the annotations.

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 compact and uses a clear structure: an intro sentence, a distinction sentence, bullet-style parameter notes, and a short return/error note. There is no filler or redundant restating of the schema.

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 two-parameter read-only tool with an output schema, this description covers permitted values, limit constraints, return usage, and error conditions. The agent has enough information to select and invoke the tool correctly.

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 schema has no descriptions and no enums, so the description carries the full burden. It explicitly enumerates every accepted board value and caps limit at 100, giving an agent exactly what it needs to construct valid arguments.

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 browses curated, ranked NAICS market leaderboards and explicitly distinguishes it from find_naics_codes' open filtered search. The 'fixed set of named rankings' phrase further sharpens what this tool does.

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?

It names the key alternative, find_naics_codes, and draws a clear boundary: curated fixed rankings here versus open filtered search there. It also directs the agent to pass returned values to get_naics_market or downstream NAICS tools, giving useful routing context.

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

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