Skip to main content
Glama

Describe Package

describe-package

Retrieve detailed information about a Firebird SQL package, including its header and body source code, to understand its structure and definitions.

Instructions

Gets detailed information about a specific package, including its header and body source

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesName of the package to describe

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv2.9.0
    • changedInput schema / properties / packageName / description
      Previous value: -"Nombre del paquete a describir"New value: +"Name of the package to describe"
  2. Addedv2.8.1

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It implies a read-only describe operation and specifies return content (header and body), but omits any mention of errors, performance, or side effects, which is acceptable for a simple read tool but not richly transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, front-loaded sentence with no redundant information. It effectively communicates purpose and content in under 20 words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with a single parameter and no output schema, the description adequately covers purpose and return details. It is sufficiently complete for its simplicity, though it could mention error scenarios or required permissions.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already fully describes the packageName parameter (100% coverage), and the description's reference to 'specific package' adds minimal extra meaning beyond what the schema states.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly specifies the verb+resource: 'Gets detailed information about a specific package' and highlights what is included (header and body source), distinguishing it from siblings like list-packages and describe-procedure.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this vs alternatives, but the phrase 'specific package' conveys intent for a single package lookup. Absence of exclusions or alternative references leaves room for ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

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