Describe VIPMP endpoint
describe_vipmp_endpointFetch Adobe VIPMP endpoint details in one call: schema, error codes, code examples, and release notes. Eliminates the need for multiple separate lookups.
Instructions
One-shot profile of a VIPMP endpoint. Returns schema, error codes, code examples, and any release-note mentions in one call — so Claude doesn't have to chain 4 separate tool invocations.
Args: method: HTTP method (GET / POST / PATCH / PUT / DELETE). path: API path (e.g. "/v3/customers").
Example: describe_vipmp_endpoint(method="POST", path="/v3/customers")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| method | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |