find_related_endpoints
Locate API endpoints structurally related to a source endpoint by analyzing shared paths, identifiers, tags, and parent/child URL patterns.
Instructions
Find endpoints that are structurally related to a source endpoint based on shared resource paths, identifiers, tags, and parent/child URL patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Docs page URL or direct OpenAPI JSON/YAML URL | |
| method | Yes | Source endpoint HTTP method | |
| path | Yes | Source endpoint path, e.g. /users/{id} | |
| limit | No | Maximum number of related endpoints to return |