GTech Networks DB: get complete context bundle for one user query
get_context_for_queryResolves relevant database tables for a user query and returns schema, workflows, relationships, and execution rules to provide all required context for the next reasoning step.
Instructions
[GTech / Hexagon HxGN NetWorks Core (G/Technology) database only] Only call this for requests already confirmed to concern the GTech/NetWorks Core database. This is a one-shot context pack for an agent: it resolves relevant tables and returns the required docs (schema/workflow/relationships/patterns/glossary) plus hard rules and execution order so the next reasoning step has all required context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tables to recommend, default 8 | |
| query | Yes | The user's request, in their own words | |
| include_full_docs | No | If true (default), include full docs; if false, include summaries only |