Get Agencies
Retrieves government agency information from the HigherGov database with pagination support. Use this tool to: - List all federal agencies with details like name, abbreviation, type, and hierarchy - Search for a specific agency by its unique agency_key identifier - Navigate through paginated results of agencies (28,000+ agencies available) The response includes agency hierarchy levels (level_1 through level_7) showing parent-child relationships between agencies, along with pagination metadata for browsing through results.
Get Contracts
Retrieve federal government contract data from HigherGov. Returns paginated list of contracts with details including awardees, agencies, amounts, dates, NAICS/PSC codes, and performance information. Supports filtering by date, search criteria, award ID, awardee, agency, industry codes, and more. Data updates daily by 2am for two days prior.
Get Contract Vehicles
Retrieve federal multi-award contract vehicles from HigherGov. Contract vehicles are pre-established contracting mechanisms that streamline procurement. Use this to list available vehicles with optional filtering by vehicle key and sorting by award date. Supports pagination with up to 100 records per page. Updated ad hoc as new awards are made.
Get Documents
Retrieve document metadata and download URLs for files associated with government opportunities, contracts, and grants from HigherGov. **When to use:** After calling Get Opportunities, Get Contracts, or Get Grants, use this tool to fetch the actual documents (RFPs, amendments, attachments, etc.) associated with those records. **How to use:** 1. First call Get Opportunities, Get Contracts, or Get Grants 2. Extract the 'document_path' field from the response 3. Parse the 'related_key' parameter from that document_path URL 4. Pass that related_key to this tool to retrieve the documents **Important notes:** - Download URLs expire after 60 minutes; retrieve new URLs by calling this endpoint again - Some opportunities/contracts/grants may have no associated documents (returns empty results) - Results are paginated; use page and page_size parameters for large document sets
Get Grant History
Tool to fetch historical data on grants from the HigherGov API. REQUIRED: At least one filter parameter (award_id or last_modified_date) must be provided. Use cases: - Retrieve history for a specific grant by award_id - Retrieve grants modified since a specific date using last_modified_date - Paginate through results using page and page_size parameters
Get Grant Opportunities
Retrieve government grant and contract opportunities from HigherGov. Returns Federal contracts, SLED (State/Local) opportunities, grants, and SBIR opportunities with comprehensive details including agency info, dates, contacts, and award estimates. Use this when you need to: - Find government opportunities by date (posted_date or captured_date recommended) - Search for opportunities with specific keywords - Filter opportunities by agency, status, or other criteria - Get detailed opportunity information including contact details and documents REQUIRED: Must provide at least one filter (posted_date, captured_date, search_id, source_id, agency_key, opp_key, or version_key). For best results, use posted_date or captured_date with optional keyword filtering.
Get Grant Programs
Tool to retrieve information on grant programs. Use when you need to list available grant programs with pagination.
Get NAICS Codes
Retrieve NAICS (North American Industry Classification System) codes with detailed descriptions. Returns a paginated list of NAICS codes that can be filtered by code prefix and sorted. Useful for finding industry classifications, understanding NAICS hierarchies, and identifying relevant codes for business categorization.
Get Opportunity History
Retrieve historical opportunity data from HigherGov with pagination support. This tool requires at least one identifying filter (captured_date, opp_key, version_key, search_id, posted_date, source_id, or agency_key). Most commonly used with captured_date to get all opportunities from a specific date, optionally filtered by source_type ('sam' or 'sled'). Returns paginated results with comprehensive opportunity details including title, description, agency, dates, contact information, and links to documents.
Get People
Retrieves contact information for federal and state/local government personnel from HigherGov. Returns detailed contact records including names, titles, emails, phone numbers, and affiliated agencies. Data is updated in real-time. Use this to find government contacts, especially when you have an email address or need to browse through personnel listings. Common use cases: - Find contact details for a specific government employee by email - Browse government personnel with pagination - Get the most recently updated contacts using ordering
Get Product and Service Codes
Tool to retrieve information on Product and Service Codes. Use when fetching PSC entries with optional pagination and filtering by code.
Get Pursuits
Tool to retrieve user-specific pursuits. Use when you need to fetch a user's pursuits with optional filtering by status and pagination.
Get SBIR Opportunities
Retrieve SBIR (Small Business Innovation Research) opportunities from HigherGov. SBIR is a U.S. government program that provides funding to small businesses for research and development with commercialization potential. This action retrieves SBIR opportunities from federal agencies. By default, retrieves opportunities captured since 2024-01-01. Use filters to narrow results by specific dates, agencies, or opportunity identifiers. Supports pagination for large result sets. Key use cases: - Find recent SBIR opportunities for a specific federal agency - Track SBIR opportunities by capture/posting dates - Retrieve details for specific SBIR opportunities by ID - Monitor new SBIR opportunities added to the system Note: At least one filter parameter (captured_date, posted_date, search_id, source_id, agency_key, opp_key, or version_key) is required by the API. The action provides captured_date with a sensible default.
Get SLED Contract Opportunities
Tool to retrieve state and local (SLED) contract opportunities. Uses the general Opportunity endpoint with optional filters.
Get Subcontract Awards
Retrieves federal subcontract award data from HigherGov. Returns paginated subcontract records with details about subcontract recipients, amounts, prime contracts, and awarding agencies. **Important**: At least one filter parameter (last_modified_date or search_id) is required by the API. Use this when you need to: - Find subcontracts modified on a specific date - List subcontracts from a saved HigherGov search - Access detailed subcontract award information including recipient details and prime contract relationships Data is updated weekly. Use the last_modified_date field to track updates.
Get Subgrant Awards
Retrieves federal subgrant award data from HigherGov. Returns paginated subgrant records with details about subgrant recipients, funding amounts, associated prime grants, and program information. **Important**: At least one filter parameter (last_modified_date or search_id) is required by the API. Use this when you need to: - Find subgrant awards modified on a specific date - List subgrant awards from a saved HigherGov search - Access detailed subgrant award information including recipient details and prime grant relationships Data is updated regularly. Use the last_modified_date field to track updates.