Skip to main content
Glama

MCP Firebird

get-tool-help

Retrieve detailed information about a specific tool within the MCP Firebird server, enabling users to understand its functionality and usage.

Instructions

Obtiene información detallada sobre una herramienta específica

Input Schema

NameRequiredDescriptionDefault
toolNameYesNombre de la herramienta sobre la que obtener ayuda

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "toolName": { "description": "Nombre de la herramienta sobre la que obtener ayuda", "type": "string" } }, "required": [ "toolName" ], "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