query_chains
Find related GraphQL operations, HTTP endpoints, Kafka topics, and frontend queries across microservices by entering a business term or endpoint name to understand API dependencies.
Instructions
Query cross-service chains by business term or endpoint name. Returns candidate clusters of related GraphQL operations, HTTP endpoints, Kafka topics, and frontend queries across all services indexed by the local Ariadne DB. Use this when you need to understand which APIs, topics, or frontend operations are involved in a business feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | Yes | Business term or endpoint name (e.g. 'createOrder', 'userProfile', 'subscription') | |
| top_n | No | Number of clusters to return (default 3) |