MCP Firebird

MIT License
962
8
  • Apple
  • Linux

describe-table

Retrieve the detailed schema, including columns and data types, of a specific table in Firebird SQL databases. Simplify database analysis and integration by providing precise table structure information.

Instructions

Gets the detailed schema (columns, types, etc.) of a specific table.

Input Schema

NameRequiredDescriptionDefault
tableNameYesName of the table to describe

Input Schema (JSON Schema)

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