Describe VIPMP endpoint
describe_vipmp_endpointReturns schema, error codes, code examples, and release-note mentions for any VIPMP endpoint in one call, eliminating the need for multiple tool invocations.
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 |