You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-12Lines changed: 40 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,15 +150,15 @@ Then add this to your Client, eg Claude ...
150
150
151
151
## 💡 Available Tools
152
152
153
-
The server provides 11 tools for searching the Program Integrity Alliance (PIA) database:
153
+
The server provides 12 tools for searching the Program Integrity Alliance (PIA) database:
154
154
155
155
### Core Search Tools
156
156
157
157
### 1. `pia_search_content`
158
158
159
159
**Purpose:** Comprehensive search tool for querying document content and recommendations in the PIA database.
160
160
161
-
**Description:** Returns comprehensive results with full citation information and clickable links for proper attribution. Each result includes corresponding citations with data source attribution. Major data sources include: Department of Justice (198k+ docs), Congress.gov (29k+ docs), Oversight.gov (22k+ docs), CRS (22k+ docs), GAO (10k+ docs). Supports complex OData filtering with boolean logic, operators, and grouping.
161
+
**Description:** Returns comprehensive results with full citation information and clickable links for proper attribution. Each result includes corresponding citations with data source attribution. Major data sources include: Department of Justice (198k+ docs), Congress.gov (29k+ docs), Oversight.gov (22k+ docs), CRS (22k+ docs), GAO (10k+ docs), Federal Register (1k+ executive orders). Use pia_search_content_executive_orders to search only executive orders. Supports complex OData filtering with boolean logic, operators, and grouping.
162
162
163
163
**Parameters:**
164
164
-`query` (required): Search query text
@@ -173,7 +173,7 @@ The server provides 11 tools for searching the Program Integrity Alliance (PIA)
173
173
174
174
**Purpose:** Get available facets (filter values) for the PIA database content search.
175
175
176
-
**Description:** This can help understand what filter values are available before performing content searches. Major data sources include: Department of Justice (198k+ docs), Congress.gov (29k+ docs), Oversight.gov (22k+ docs), CRS (22k+ docs), GAO (10k+ docs).
176
+
**Description:** This can help understand what filter values are available before performing content searches. Major data sources include: Department of Justice (198k+ docs), Congress.gov (29k+ docs), Oversight.gov (22k+ docs), CRS (22k+ docs), GAO (10k+ docs), Federal Register (1k+ executive orders). Use pia_search_content_executive_orders to search only executive orders.
177
177
178
178
**Parameters:**
179
179
-`query` (optional): Optional query to get facets for (default: "")
@@ -183,7 +183,7 @@ The server provides 11 tools for searching the Program Integrity Alliance (PIA)
183
183
184
184
**Purpose:** Search the Program Integrity Alliance (PIA) database for document titles only.
185
185
186
-
**Description:** Returns document titles and metadata without searching the full content. Useful for finding specific documents by title or discovering available documents. Major data sources include: Department of Justice (198k+ docs), Congress.gov (29k+ docs), Oversight.gov (22k+ docs), CRS (22k+ docs), GAO (10k+ docs).
186
+
**Description:** Returns document titles and metadata without searching the full content. Useful for finding specific documents by title or discovering available documents. Major data sources include: Department of Justice (198k+ docs), Congress.gov (29k+ docs), Oversight.gov (22k+ docs), CRS (22k+ docs), GAO (10k+ docs), Federal Register (1k+ executive orders). Use pia_search_content_executive_orders to search only executive orders.
187
187
188
188
**Parameters:**
189
189
-`query` (required): Search query text (searches document titles only)
@@ -197,7 +197,7 @@ The server provides 11 tools for searching the Program Integrity Alliance (PIA)
197
197
198
198
**Purpose:** Get available facets (filter values) for the PIA database title search.
199
199
200
-
**Description:** This can help understand what filter values are available before performing title searches. Major data sources include: Department of Justice (198k+ docs), Congress.gov (29k+ docs), Oversight.gov (22k+ docs), CRS (22k+ docs), GAO (10k+ docs).
200
+
**Description:** This can help understand what filter values are available before performing title searches. Major data sources include: Department of Justice (198k+ docs), Congress.gov (29k+ docs), Oversight.gov (22k+ docs), CRS (22k+ docs), GAO (10k+ docs), Federal Register (1k+ executive orders). Use pia_search_content_executive_orders to search only executive orders.
201
201
202
202
**Parameters:**
203
203
-`query` (optional): Optional query to get facets for (default: "")
@@ -228,7 +228,7 @@ The server provides 11 tools for searching the Program Integrity Alliance (PIA)
228
228
229
229
**Parameters:**
230
230
-`query` (required): Search query text
231
-
-`filter` (optional): OData filter expression (SourceDocumentDataSource is automatically set to 'OIG')
231
+
-`filter` (optional): OData filter expression (SourceDocumentDataSource is automatically set to 'Oversight.gov')
232
232
-`page` (optional): Page number (default: 1)
233
233
-`page_size` (optional): Results per page (default: 10)
@@ -280,9 +280,37 @@ The server provides 11 tools for searching the Program Integrity Alliance (PIA)
280
280
-`limit` (optional): Maximum results limit
281
281
-`include_facets` (optional): Include facets in results (default: false)
282
282
283
+
### Executive Orders Search Tool
284
+
285
+
### 10. `pia_search_content_executive_orders`
286
+
287
+
**Purpose:** Search for Executive Orders document content from the Federal Register.
288
+
289
+
**Description:** This tool automatically filters results to only include Executive Orders from the Federal Register (https://www.federalregister.gov/). Returns comprehensive results with full citation information and clickable links for proper attribution. Each result includes corresponding citations with data source attribution. Supports complex OData filtering with boolean logic, operators, and grouping.
290
+
291
+
**Parameters:**
292
+
-`query` (required): Search query text
293
+
-`filter` (optional): OData filter expression (SourceDocumentDataSource is automatically set to 'Federal Register' and SourceDocumentDataSet is set to 'executive orders')
294
+
-`page` (optional): Page number (default: 1)
295
+
-`page_size` (optional): Results per page (default: 10)
@@ -384,7 +412,7 @@ Filter: "SourceDocumentDataSource eq 'GAO' and SourceDocumentPublishDate ge '202
384
412
**Complex Example:**
385
413
```
386
414
Query: "healthcare violations"
387
-
Filter: "(SourceDocumentDataSource eq 'OIG' or SourceDocumentDataSource eq 'CMS') and RecPriorityFlag in ('High', 'Critical') and SourceDocumentPublishDate ge '2023-01-01'"
415
+
Filter: "(SourceDocumentDataSource eq 'Oversight.gov' or SourceDocumentDataSource eq 'CMS') and RecPriorityFlag in ('High', 'Critical') and SourceDocumentPublishDate ge '2023-01-01'"
0 commit comments