Skip to main content
Glama

MCP Firebird

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

You must be authenticated.

Other Tools from MCP Firebird

Related Tools

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