Search Contacts
Search_Contacts returns GovTribe contact profiles with communication fields, organizational context, and contact-reference signals derived from opportunities, awards, and files.
When To Use
Typical questions this tool answers well:
Which GovTribe contacts match a specific person, email fragment, or topical role?
Which contacts are associated with a known federal agency or vendor?
Which contacts were referenced from specific opportunities, awards, or files?
Which contact reference types (opportunity POC, award POC, in-description, in-government-file) are present in a result set?
Where are contact records concentrated by top agencies, states, jurisdictions, or vendors?
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.
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
federal_agency_ids: Filter by federal agencies. Use GovTribe IDs.type:array<string>required:nodefault:n/a
federal_agency_ids_operator: Choose whether to include or exclude values for Federal Agency GovTribe IDs.type:null|stringrequired:nodefault:inoptions:in,not_in
reference_types: Filter contacts by how they were referenced (for example opportunity POC, award POC, seen in description, or government file).type:array<string>required:nodefault:n/aoptions:externalFile,description,transactionContact,pointOfContact
reference_types_operator: Choose whether to include or exclude values for Reference Types.type:null|stringrequired:nodefault:inoptions:in,not_in
vendor_ids: Filter by vendors. Use GovTribe IDs or vendor UEIs.type:array<string>required:nodefault:n/a
vendor_ids_operator: Choose whether to include or exclude values for Vendor IDs (GovTribe or UEI).type:null|stringrequired:nodefault:inoptions:in,not_in
referenced_govtribe_ids: Filter contacts by referencing records. Use GovTribe IDs of the referencing records.type:array<string>required:nodefault:n/a
referenced_govtribe_ids_operator: Choose whether to include or exclude values for Referenced Record 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 }
contact_ids: Include or exclude results by GovTribe IDs.type:array<string>required:nodefault:n/a
contact_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:top_federal_agencies_by_doc_count,top_jurisdictions_by_doc_count,top_states_by_doc_count,top_vendors_by_doc_count
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,types,name,email,phone,title,role,organization,updated_at,parent_organization_details
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.per_page: 0behavior: response omits row pagination keys and returns metadata keys above plusaggregationswhen requested.
Row keys:
govtribe_idgovtribe_ai_summarygovtribe_typegovtribe_urltypesnameemailphonetitleroleorganizationupdated_atparent_organization_details
Relationship retrieval map:
parent_organization_detailsresource_type:federal_agencytool:Search_Federal_Agenciesfilter:federal_agency_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,nameresource_type:jurisdictiontool:Search_Jurisdictionsfilter:jurisdiction_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,nameresource_type:statetool:Search_Statesfilter:state_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,nameresource_type:vendortool:Search_Vendorsfilter:vendor_idsnested_keys:govtribe_id,govtribe_type,name,uei,govtribe_url
Usage Patterns
Pattern A: Resolve contacts for a known federal agency (after resolving the agency ID with Search_Federal_Agencies). Tool: Search_Contacts
Pattern B: Find contacts referenced in known records and limit to public POC-type signals. Tool: Search_Contacts
Pattern C: Run conceptual contact discovery while excluding known contacts. Tool: Search_Contacts
Pattern D: Aggregation-only concentration view by agency, state, jurisdiction, and vendor. Tool: Search_Contacts
Pattern E: Find contacts similar to an existing anchor record. Tool: Search_Contacts
Last updated
Was this helpful?
