Skip to main content
Glama

MCP Firebird

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" }

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/PuroDelphi/mcpFirebird'

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