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