MCP Firebird

MIT License
962
8
  • Apple
  • Linux

get-field-descriptions

Retrieve stored descriptions for fields within a specific table in Firebird SQL databases using MCP Firebird, enabling clear understanding and interaction with database schema.

Instructions

Gets the stored descriptions for fields of a specific table (if they exist).

Input Schema

NameRequiredDescriptionDefault
tableNameYesName of the table to get field descriptions for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "tableName": { "description": "Name of the table to get field descriptions for", "minLength": 1, "type": "string" } }, "required": [ "tableName" ], "type": "object" }
ID: jh98erzet6