interrogate_endpoint
Discover the schema of any REST endpoint by intelligently probing it with a reinforcement learning loop. Automatically identifies request parameters and response structure.
Instructions
Intelligently interrogates a REST endpoint to discover its schema via reinforcement learning loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The full URL of the endpoint. | |
| method | Yes | ||
| auth_header | No | Optional Authorization header. | |
| base_payload | No | Optional base JSON payload. | |
| extra_headers | No |