GTech Networks DB: resolve which tables/docs are relevant to a user query
resolve_tables_for_queryRank relevant database tables for a natural-language user request, providing reasons, matching workflow documents, and next steps to guide schema fetching.
Instructions
[GTech / Hexagon HxGN NetWorks Core (G/Technology) database only] Only call this for requests already confirmed to concern the GTech/NetWorks Core database (see get_context). Given a natural-language user request (e.g. 'add a new approval step', 'change the order components display in'), returns a ranked list of relevant tables with reasons, plus matching workflow/pattern/relationship docs and concrete next steps. Call this after get_context and before fetching any specific table schema — it tells you WHICH schema docs to fetch instead of guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tables to recommend, default 8 | |
| query | Yes | The user's request, in their own words |