list_endpoints
Discover OpenAPI operations across Walmart Ads and Marketplace APIs; filter by platform, tag, method, or query, then pass returned operation IDs to describe_endpoint or call_endpoint.
Instructions
[Walmart] List OpenAPI operations across every api. Returned operation ids can be passed straight to describe_endpoint or call_endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api | No | Limit to one api, e.g. walmart:marketplace:order-management. A platform prefix is not accepted here — use platform for that. Src: platforms. | |
| tag | No | Filter to operations whose OpenAPI tags include this value. | |
| limit | No | Rows to return from offset. The largest single api has 87. | |
| query | No | Case-insensitive substring match on operation id, path, or summary. | |
| method | No | Filter by HTTP verb. | |
| offset | No | Rows to skip. Pass next_offset from a prior call. | |
| platform | No | Limit to one platform. Src: platforms. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||