get_api_test_guidance
Get structured guidance and example steps for planning API tests based on your testing objective and test case.
Instructions
Get guidance and example steps for planning API tests. Returns structured information to help Claude plan API test steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth | No | Authentication configuration | |
| base_url | Yes | Base URL of the API | |
| objective | Yes | Testing objective (e.g., "Create trip via API") | |
| test_case | Yes | Test case to explore |