Tools Reference
DOJ (Department of Justice)
5 tools for accessing DOJ (Department of Justice) data. No additional API key required.
doj-press-releases
Search DOJ press releases — indictments, settlements, policy announcements, and enforcement actions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| keyword | string | optional | Search keyword |
| component | string | optional | DOJ component (e.g., "FBI", "DEA", "ATF") |
| limit | number | optional | Number of results |
Example
doj-press-releases(keyword: "antitrust", limit: 10)doj-press-release-detail
Get the full text and metadata of a specific DOJ press release.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required | Press release ID |
Example
doj-press-release-detail(id: "12345")doj-blog-entries
Search DOJ blog entries — commentary, analysis, and updates from DOJ leadership.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| keyword | string | optional | Search keyword |
| component | string | optional | DOJ component |
| limit | number | optional | Number of results |
Example
doj-blog-entries(keyword: "cybercrime")doj-speeches
Search speeches by DOJ officials — the Attorney General, Deputy AG, and heads of divisions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| keyword | string | optional | Search keyword |
| component | string | optional | DOJ component |
| limit | number | optional | Number of results |
Example
doj-speeches(keyword: "national security")doj-vacancy-announcements
Search DOJ job vacancy announcements and career opportunities.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| keyword | string | optional | Search keyword |
| component | string | optional | DOJ component |
| limit | number | optional | Number of results |
Example
doj-vacancy-announcements(keyword: "attorney")