Skip to main content
Glama

MCP Firebird

describe-method

Retrieve detailed descriptions of specific MCP tools (methods) within the MCP Firebird server, enabling users to understand their functionality and usage for secure Firebird database operations.

Instructions

Returns a description of a specific MCP tool (method)

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the tool (method) to describe

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name of the tool (method) to describe", "type": "string" } }, "required": [ "name" ], "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