deploy
This commit is contained in:
174
skills/watchlist-screening/SKILL.md
Normal file
174
skills/watchlist-screening/SKILL.md
Normal file
@@ -0,0 +1,174 @@
|
||||
---
|
||||
name: watchlist-screening-routes
|
||||
description: Handle 20 OpenAPI operation(s) under /watchlist_screening for the watchlist screening route group.
|
||||
---
|
||||
|
||||
# watchlist screening API Routes
|
||||
|
||||
Handle 20 OpenAPI operation(s) under /watchlist_screening for the watchlist screening route group.
|
||||
|
||||
Use the generated operation tools to make real API calls. Do not invent API responses.
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
## Operations
|
||||
|
||||
### watchlist_screening_entity_create
|
||||
|
||||
- Operation ID: `watchlist_screening_entity_create`
|
||||
- Route: `POST /watchlist_screening/entity/create`
|
||||
- Mode: WRITE
|
||||
- Summary: Create a watchlist screening for an entity
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_entity_get
|
||||
|
||||
- Operation ID: `watchlist_screening_entity_get`
|
||||
- Route: `POST /watchlist_screening/entity/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Get an entity screening
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_entity_history_list
|
||||
|
||||
- Operation ID: `watchlist_screening_entity_history_list`
|
||||
- Route: `POST /watchlist_screening/entity/history/list`
|
||||
- Mode: WRITE
|
||||
- Summary: List history for entity watchlist screenings
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_entity_hit_list
|
||||
|
||||
- Operation ID: `watchlist_screening_entity_hit_list`
|
||||
- Route: `POST /watchlist_screening/entity/hit/list`
|
||||
- Mode: WRITE
|
||||
- Summary: List hits for entity watchlist screenings
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_entity_list
|
||||
|
||||
- Operation ID: `watchlist_screening_entity_list`
|
||||
- Route: `POST /watchlist_screening/entity/list`
|
||||
- Mode: WRITE
|
||||
- Summary: List entity watchlist screenings
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_entity_program_get
|
||||
|
||||
- Operation ID: `watchlist_screening_entity_program_get`
|
||||
- Route: `POST /watchlist_screening/entity/program/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Get entity watchlist screening program
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_entity_program_list
|
||||
|
||||
- Operation ID: `watchlist_screening_entity_program_list`
|
||||
- Route: `POST /watchlist_screening/entity/program/list`
|
||||
- Mode: WRITE
|
||||
- Summary: List entity watchlist screening programs
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_entity_review_create
|
||||
|
||||
- Operation ID: `watchlist_screening_entity_review_create`
|
||||
- Route: `POST /watchlist_screening/entity/review/create`
|
||||
- Mode: WRITE
|
||||
- Summary: Create a review for an entity watchlist screening
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_entity_review_list
|
||||
|
||||
- Operation ID: `watchlist_screening_entity_review_list`
|
||||
- Route: `POST /watchlist_screening/entity/review/list`
|
||||
- Mode: WRITE
|
||||
- Summary: List reviews for entity watchlist screenings
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_entity_update
|
||||
|
||||
- Operation ID: `watchlist_screening_entity_update`
|
||||
- Route: `POST /watchlist_screening/entity/update`
|
||||
- Mode: WRITE
|
||||
- Summary: Update an entity screening
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_individual_create
|
||||
|
||||
- Operation ID: `watchlist_screening_individual_create`
|
||||
- Route: `POST /watchlist_screening/individual/create`
|
||||
- Mode: WRITE
|
||||
- Summary: Create a watchlist screening for a person
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_individual_get
|
||||
|
||||
- Operation ID: `watchlist_screening_individual_get`
|
||||
- Route: `POST /watchlist_screening/individual/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Retrieve an individual watchlist screening
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_individual_history_list
|
||||
|
||||
- Operation ID: `watchlist_screening_individual_history_list`
|
||||
- Route: `POST /watchlist_screening/individual/history/list`
|
||||
- Mode: WRITE
|
||||
- Summary: List history for individual watchlist screenings
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_individual_hit_list
|
||||
|
||||
- Operation ID: `watchlist_screening_individual_hit_list`
|
||||
- Route: `POST /watchlist_screening/individual/hit/list`
|
||||
- Mode: WRITE
|
||||
- Summary: List hits for individual watchlist screening
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_individual_list
|
||||
|
||||
- Operation ID: `watchlist_screening_individual_list`
|
||||
- Route: `POST /watchlist_screening/individual/list`
|
||||
- Mode: WRITE
|
||||
- Summary: List Individual Watchlist Screenings
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_individual_program_get
|
||||
|
||||
- Operation ID: `watchlist_screening_individual_program_get`
|
||||
- Route: `POST /watchlist_screening/individual/program/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Get individual watchlist screening program
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_individual_program_list
|
||||
|
||||
- Operation ID: `watchlist_screening_individual_program_list`
|
||||
- Route: `POST /watchlist_screening/individual/program/list`
|
||||
- Mode: WRITE
|
||||
- Summary: List individual watchlist screening programs
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_individual_review_create
|
||||
|
||||
- Operation ID: `watchlist_screening_individual_review_create`
|
||||
- Route: `POST /watchlist_screening/individual/review/create`
|
||||
- Mode: WRITE
|
||||
- Summary: Create a review for an individual watchlist screening
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_individual_review_list
|
||||
|
||||
- Operation ID: `watchlist_screening_individual_review_list`
|
||||
- Route: `POST /watchlist_screening/individual/review/list`
|
||||
- Mode: WRITE
|
||||
- Summary: List reviews for individual watchlist screenings
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### watchlist_screening_individual_update
|
||||
|
||||
- Operation ID: `watchlist_screening_individual_update`
|
||||
- Route: `POST /watchlist_screening/individual/update`
|
||||
- Mode: WRITE
|
||||
- Summary: Update individual watchlist screening
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user