planview_execute_request
Execute custom Planview API requests to perform advanced operations not covered by standard tools. Directly call any endpoint with your chosen HTTP method and body.
Instructions
Execute a custom API request to Planview. Useful for advanced operations not covered by other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Optional request body data | |
| method | Yes | HTTP method (GET, POST, PUT, PATCH, DELETE) | |
| endpoint | Yes | API endpoint path (e.g., "/public-api/v1/work") |