Skip to main content
Glama

GTech Networks DB: get table schema doc

get_table_schema

Retrieve full schema documentation for a GTech/NetWorks Core table: columns, data types, primary/foreign keys, and business meaning notes.

Instructions

[GTech / Hexagon HxGN NetWorks Core (G/Technology) database only] Get the full schema documentation for a specific table in the GTech/NetWorks Core (G3E_*) schema: columns, types, PK/FK, and business-meaning notes (e.g. which column drives display order). Do not use for tables belonging to any other database/system.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableYesTable name, case-insensitive
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. Describes what the tool returns (columns, types, PK/FK, business-meaning notes). Does not state authorization needs or rate limits, but the expected read-only behavior is implied by 'Get' and scope. Could mention if it requires database connectivity, but overall transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single well-structured sentence with database restriction front-loaded in brackets. No wasted words, concise yet informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with 1 parameter and no output schema, the description covers purpose, return content, and usage restriction. Could be slightly improved by noting it only works for existing tables, but current text is adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with one parameter 'table' described as case-insensitive. Description adds minimal new semantic meaning beyond schema, only reiterating 'specific table' and scope. Baseline 3 is appropriate; description does not significantly compensate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states verb (get), resource (full schema documentation for a specific table), and scope (GTech/NetWorks Core G3E_* schema). Explicitly distinguishes from other systems by stating 'Do not use for tables belonging to any other database/system.' No sibling differentiation needed beyond that.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'Do not use for tables belonging to any other database/system,' which provides a clear when-not-to-use guideline. Implies usage for GTech tables needing schema docs, but does not explicitly name alternative tools like get_relationships or resolve_tables_for_query for related tasks.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Venkatesh-Jyothula/GTech-Context-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server