Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

usajobs_search

Read-only

Search federal job listings on USAJobs.gov by keyword, location, agency, and salary range to view position titles, locations, pay, and application deadlines.

Instructions

Search federal job listings on USAJobs.gov by keyword, location, agency, and salary range. Returns position titles, agencies, locations, salary ranges, and application deadlines.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 25)
agencyNoAgency subelement code (e.g. 'HE00' for HHS, 'DJ00' for DOJ)
keywordNoSearch keyword (e.g. 'software engineer', 'data analyst', 'cybersecurity')
locationNoLocation name (e.g. 'Washington, DC', 'Remote', 'California')
maximumPayNoMaximum annual salary
minimumPayNoMinimum annual salary
Behavior4/5

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

The readOnlyHint annotation already establishes the tool as read-only. The description adds useful context by listing the returned fields (position titles, agencies, locations, salary ranges, application deadlines), which helps the agent understand the output shape despite the absence of an output schema. No additional behavioral traits like pagination or rate limits are disclosed, but the description aligns with the annotation.

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 two concise sentences that front-load the purpose and then state the return fields. It is efficient, with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the tool's purpose, filters, and return values. Since there is no output schema, listing the returned fields is essential and it does so. It does not mention optional implementation details like the limit parameter's default or pagination, but these are available in the schema and not critical for basic usage.

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

Parameters3/5

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

Schema description coverage is 100%, so all six parameters are individually documented in the schema. The tool description summarizes the main filter types (keyword, location, agency, salary range) but adds no new syntax or format details beyond the schema. This meets the baseline of 3.

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 ('Search') and resource ('federal job listings on USAJobs.gov'), and lists the key filter dimensions (keyword, location, agency, salary range). It clearly distinguishes the tool from siblings like usajobs_detail by focusing on search behavior.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no information about when to use this tool versus alternatives such as usajobs_detail. There are no explicit use cases, exclusions, or references to sibling tools, leaving the agent to infer appropriateness from the name alone.

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/cyntrica/gov-data-mcp'

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