Search State And Local Contract Awards
Search_State_And_Local_Contract_Awards is the GovTribe MCP tool for retrieving state and local award records with monetary fields, issuing entities, and attached supporting materials.
When To Use
Find state and local awards for a topic, agency-like issuing entity, or geography.
Build award spend rollups for states, NIGP categories, UNSPSC categories, or issuing entities.
Pull award rows that include nested state, line items, government files, and points of contact.
Investigate likely incumbents or prior contracts using date windows and contact filters.
Retrieve exact awards when GovTribe IDs are already known.
Required Reading
Search_Query_Guide: Required before setting free-text query strings when search_mode is used.
Search_Mode_Guide: Required before choosing keyword vs semantic retrieval.
Date_Filtering_Guide: Required before setting date window filters.
Location_Filtering_Guide: Required before setting location filters.
Input Contract
query: Free-text query string. See Required Reading: Search_Query_Guide.type:stringrequired:nodefault:n/a
page: 1-based page index.type:null|numberrequired:nodefault:1
per_page: Rows per page.type:null|numberrequired:nodefault:10
search_mode: Query interpretation mode. See Required Reading: Search_Mode_Guide.type:stringrequired:nodefault:keywordoptions:keyword,semantic
award_date_range: Filter by the date the award was issued. See Required Reading: Date_Filtering_Guide.type:objectrequired:nodefault:n/ashape:{ from?: null|string, to?: null|string }
state_ids: Filter by states. Use GovTribe IDs or USPS state codes. See Required Reading: Location_Filtering_Guide.type:array<string>required:nodefault:n/a
state_ids_operator: Choose whether to include or exclude values for State IDs (GovTribe or USPS code).type:null|stringrequired:nodefault:inoptions:in,not_in
contact_ids: Filter by points of contact. Use GovTribe IDs.type:array<string>required:nodefault:n/a
contact_ids_operator: Choose whether to include or exclude values for Contact GovTribe IDs.type:null|stringrequired:nodefault:inoptions:in,not_in
similar_filter: Find similar to the provided govtribe_type + govtribe_id.type:null|objectrequired:nodefault:n/ashape:{ govtribe_type: string, govtribe_id: string }
state_and_local_contract_award_ids: Include or exclude results by GovTribe IDs.type:array<string>required:nodefault:n/a
state_and_local_contract_award_ids_operator: Choose whether to include or exclude values for GovTribe IDs.type:null|stringrequired:nodefault:inoptions:in,not_in
aggregations: Aggregation keys to compute.type:array<string>required:nodefault:n/aoptions:dollars_obligated_stats,top_nigp_codes_by_dollars_obligated,top_unspsc_codes_by_dollars_obligated,top_states_by_dollars_obligated,top_contract_entities_by_dollars_obligated
sort: Sort configuration.type:objectrequired:nodefault:n/ashape:{ key?: null|string, direction?: null|string }options:key:awardDate,_score;direction:asc,desc
fields_to_return: Optional field list for row payloads. If omitted andper_page > 0, rows default togovtribe_id. Forper_page: 0aggregation/meta calls, this field may be omitted. Specifyfields_to_returnwhenever the user asks for fields beyondgovtribe_id, and prefer omitting it in pure aggregation workflows.type:array<string>required:nodefault:n/aoptions:govtribe_id,govtribe_ai_summary,govtribe_type,govtribe_url,name,description,awardee_name,contracting_organization,award_date,completion_date,estimated_annual_value,contract_amount,cumulative_value,contract_number,contract_type,updated_at,state,line_items,unspsc_categories,nigp_categories,government_files,points_of_contact
Output Contract
Top-level keys:
current_page: Current page number whenper_page > 0.data: Array of result rows whenper_page > 0.from: First row position in the current page.last_page: Last page number for current filters.path: GovTribe search URL for this result set.per_page: Applied page size.to: Last row position in the current page.total: Total matched row count for current query filters.contains: Dataset label for the returned result set.search_results_id_can_generate_saved_search: Saved-search eligibility flag.search_results_id: Server-side search result identifier.view_search_results_url: URL to open this exact result set.aggregations: Aggregation payload keyed by requested aggregation names when requested.
Aggregation value shapes:
dollars_obligated_stats:{ count, min, max, avg, sum }.Terms aggregations (
top_*_by_dollars_obligated):{ doc_count_error_upper_bound, sum_other_doc_count, buckets }.buckets[*]:{ key, doc_count, sum_value: { value } }.keyis a hydrated object for state/NIGP/UNSPSC aggregations and a string fortop_contract_entities_by_dollars_obligated.
Row keys:
govtribe_idgovtribe_ai_summarygovtribe_typegovtribe_urlnamedescriptionawardee_namecontracting_organizationaward_datecompletion_dateestimated_annual_valuecontract_amountcumulative_valuecontract_numbercontract_typeupdated_atstateline_itemsunspsc_categoriesnigp_categoriesgovernment_filespoints_of_contact
Relationship retrieval map:
government_filesresource_type:government_filetool:Search_Government_Filesfilter:government_file_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
line_itemsresource_type:line_itemtool:n/afilter:n/afallback: No direct Search_* tool returns this resource class; use parent dataset filters and parent IDs.nested_keys:govtribe_id,govtribe_type,govtribe_url,name
nigp_categoriesresource_type:nigp_categorytool:Search_Nigp_Categoriesfilter:nigp_category_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
points_of_contactresource_type:contacttool:Search_Contactsfilter:contact_idsnested_keys:govtribe_id,govtribe_type,name,email,govtribe_url
stateresource_type:statetool:Search_Statesfilter:state_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
unspsc_categoriesresource_type:unspsc_categorytool:Search_Unspsc_Categoriesfilter:unspsc_category_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
Usage Patterns
Pattern A: State-level spend leaderboard (aggregations only) Tool: Search_State_And_Local_Contract_Awards
Pattern B: Recent awards for a known contact in a specific state Tool: Search_State_And_Local_Contract_Awards
Pattern C: Exact award lookup by GovTribe IDs Tool: Search_State_And_Local_Contract_Awards
Pattern D: Semantic topic exploration across state/local awards Tool: Search_State_And_Local_Contract_Awards
Pattern E: Find awards similar to a known state/local award Tool: Search_State_And_Local_Contract_Awards
Last updated
Was this helpful?
