deploy
This commit is contained in:
46
skills/cashflow-report/SKILL.md
Normal file
46
skills/cashflow-report/SKILL.md
Normal file
@@ -0,0 +1,46 @@
|
||||
---
|
||||
name: cashflow-report-routes
|
||||
description: Handle 4 OpenAPI operation(s) under /cashflow_report for the cashflow report route group.
|
||||
---
|
||||
|
||||
# cashflow report API Routes
|
||||
|
||||
Handle 4 OpenAPI operation(s) under /cashflow_report for the cashflow report 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
|
||||
|
||||
### cashflow_report_refresh
|
||||
|
||||
- Operation ID: `cashflow_report_refresh`
|
||||
- Route: `POST /cashflow_report/refresh`
|
||||
- Mode: WRITE
|
||||
- Summary: Refresh transaction data in `cashflow_report`
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### cashflow_report_get
|
||||
|
||||
- Operation ID: `cashflow_report_get`
|
||||
- Route: `POST /cashflow_report/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Gets transaction data in `cashflow_report`
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### cashflow_report_transactions_get
|
||||
|
||||
- Operation ID: `cashflow_report_transactions_get`
|
||||
- Route: `POST /cashflow_report/transactions/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Gets transaction data in `cashflow_report`
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### cashflow_report_insights_get
|
||||
|
||||
- Operation ID: `cashflow_report_insights_get`
|
||||
- Route: `POST /cashflow_report/insights/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Gets insights data in Cashflow Report
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user