deploy
This commit is contained in:
54
skills/signal/SKILL.md
Normal file
54
skills/signal/SKILL.md
Normal file
@@ -0,0 +1,54 @@
|
||||
---
|
||||
name: signal-routes
|
||||
description: Handle 5 OpenAPI operation(s) under /signal for the signal route group.
|
||||
---
|
||||
|
||||
# signal API Routes
|
||||
|
||||
Handle 5 OpenAPI operation(s) under /signal for the signal 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
|
||||
|
||||
### signal_evaluate
|
||||
|
||||
- Operation ID: `signal_evaluate`
|
||||
- Route: `POST /signal/evaluate`
|
||||
- Mode: WRITE
|
||||
- Summary: Evaluate a planned ACH transaction
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### signal_schedule
|
||||
|
||||
- Operation ID: `signal_schedule`
|
||||
- Route: `POST /signal/schedule`
|
||||
- Mode: WRITE
|
||||
- Summary: Schedule a planned ACH transaction
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### signal_decision_report
|
||||
|
||||
- Operation ID: `signal_decision_report`
|
||||
- Route: `POST /signal/decision/report`
|
||||
- Mode: WRITE
|
||||
- Summary: Report whether you initiated an ACH transaction
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### signal_return_report
|
||||
|
||||
- Operation ID: `signal_return_report`
|
||||
- Route: `POST /signal/return/report`
|
||||
- Mode: WRITE
|
||||
- Summary: Report a return for an ACH transaction
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### signal_prepare
|
||||
|
||||
- Operation ID: `signal_prepare`
|
||||
- Route: `POST /signal/prepare`
|
||||
- Mode: WRITE
|
||||
- Summary: Opt-in an Item to Signal Transaction Scores
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user