deploy
This commit is contained in:
78
skills/marketplace-listing/SKILL.md
Normal file
78
skills/marketplace-listing/SKILL.md
Normal file
@@ -0,0 +1,78 @@
|
||||
---
|
||||
name: marketplace-listing-routes
|
||||
description: Handle 6 OpenAPI operation(s) under /marketplace_listing for the marketplace listing route group.
|
||||
---
|
||||
|
||||
# marketplace listing API Routes
|
||||
|
||||
Handle 6 OpenAPI operation(s) under /marketplace_listing for the marketplace listing 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
|
||||
|
||||
### apps_get_subscription_plan_for_account
|
||||
|
||||
- Operation ID: `apps_get_subscription_plan_for_account`
|
||||
- Route: `GET /marketplace_listing/accounts/{account_id}`
|
||||
- Mode: READ
|
||||
- Summary: Get a subscription plan for an account
|
||||
- Parameters:
|
||||
- `account_id` in `path` required
|
||||
|
||||
### apps_list_plans
|
||||
|
||||
- Operation ID: `apps_list_plans`
|
||||
- Route: `GET /marketplace_listing/plans`
|
||||
- Mode: READ
|
||||
- Summary: List plans
|
||||
- Parameters:
|
||||
- `per_page` in `query`
|
||||
- `page` in `query`
|
||||
|
||||
### apps_list_accounts_for_plan
|
||||
|
||||
- Operation ID: `apps_list_accounts_for_plan`
|
||||
- Route: `GET /marketplace_listing/plans/{plan_id}/accounts`
|
||||
- Mode: READ
|
||||
- Summary: List accounts for a plan
|
||||
- Parameters:
|
||||
- `plan_id` in `path` required
|
||||
- `sort` in `query`
|
||||
- `direction` in `query`
|
||||
- `per_page` in `query`
|
||||
- `page` in `query`
|
||||
|
||||
### apps_get_subscription_plan_for_account_stubbed
|
||||
|
||||
- Operation ID: `apps_get_subscription_plan_for_account_stubbed`
|
||||
- Route: `GET /marketplace_listing/stubbed/accounts/{account_id}`
|
||||
- Mode: READ
|
||||
- Summary: Get a subscription plan for an account (stubbed)
|
||||
- Parameters:
|
||||
- `account_id` in `path` required
|
||||
|
||||
### apps_list_plans_stubbed
|
||||
|
||||
- Operation ID: `apps_list_plans_stubbed`
|
||||
- Route: `GET /marketplace_listing/stubbed/plans`
|
||||
- Mode: READ
|
||||
- Summary: List plans (stubbed)
|
||||
- Parameters:
|
||||
- `per_page` in `query`
|
||||
- `page` in `query`
|
||||
|
||||
### apps_list_accounts_for_plan_stubbed
|
||||
|
||||
- Operation ID: `apps_list_accounts_for_plan_stubbed`
|
||||
- Route: `GET /marketplace_listing/stubbed/plans/{plan_id}/accounts`
|
||||
- Mode: READ
|
||||
- Summary: List accounts for a plan (stubbed)
|
||||
- Parameters:
|
||||
- `plan_id` in `path` required
|
||||
- `sort` in `query`
|
||||
- `direction` in `query`
|
||||
- `per_page` in `query`
|
||||
- `page` in `query`
|
||||
Reference in New Issue
Block a user