Skip to main content
Glama
fastmcp-me

IcebergMCP

by fastmcp-me

get_iceberg_tables

Retrieves a list of Iceberg tables for a given namespace from the Iceberg catalog.

Instructions

Provides a list of iceberg tables from the Iceberg catalog for a given namespace

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namespaceYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states the action ('provides a list') without disclosing behavioral traits such as read-only semantics, authentication requirements, rate limits, or side effects. The description is too minimal to inform safe usage.

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?

The description is a single sentence with 11 words, no filler, and front-loads the core action. Every word contributes meaning, achieving high conciseness.

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

Completeness3/5

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

Given the tool's simplicity (one parameter, no output schema), the description is adequate but bare. It does not explain what the returned list contains (e.g., table names, identifiers, metadata) or provide any nuance about the namespace scope. More detail would improve completeness without sacrificing conciseness.

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?

Schema description coverage is 0%, so the description must add meaning. It mentions 'for a given namespace', providing context for the required parameter. However, it does not specify format requirements (e.g., case sensitivity, fully qualified name) or constraints, leaving ambiguity for a single-param tool.

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 states the tool's action ('provides a list'), the resource ('iceberg tables'), the source ('Iceberg catalog'), and the condition ('for a given namespace'). It effectively distinguishes this tool from siblings like get_namespaces (lists namespaces) and get_table_schema (schema of a specific table).

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?

The description implies usage context ('for a given namespace') but does not explicitly state when to use this tool over alternatives (e.g., get_table_partitions, get_table_properties). It lacks when-not-to-use guidance or comparisons to sibling tools.

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

Install Server

Other Tools

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/fastmcp-me/iceberg-mcp'

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