Skip to main content
Glama
ginkida
by ginkida

analyze

Profile a database table to obtain row count, column types, null percentages, distinct values, numeric min/max/avg, and top text values.

Instructions

Profile a table: row count, column types, null percentages, distinct values, min/max/avg for numeric columns, top values for low-cardinality text columns.

Args: database: Name of the database from config. table: Name of the table to analyze.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
databaseYes
tableYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 does not disclose whether the tool is read-only, its performance impact (e.g., full table scan), required permissions, or any side effects. The output list is given but behavioral traits are absent.

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

Conciseness4/5

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

The description is short (two sentences plus an Args block) and efficiently conveys the tool's purpose. However, the Args section is minimally formatted and could be more streamlined. Overall, every sentence adds value.

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 complexity and the presence of an output schema, the description covers core functionality and arguments. However, it lacks context about when to use this tool versus siblings, potential performance implications, and any prerequisites, leaving important gaps for an AI agent.

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

Parameters2/5

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

With 0% schema description coverage, the description must compensate but only adds trivial context: 'Name of the database from config' and 'Name of the table to analyze'. This does not provide format, constraints, examples, or validation beyond the schema's bare titles.

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 profiles a table with a detailed list of statistics (row count, column types, null percentages, etc.), which is a specific verb+resource combination. It distinguishes from sibling tools like 'schema' (column definition only) or 'summary' (possibly different aggregation).

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 when profiling a table is needed but provides no explicit when-to-use or when-not-to-use guidance, nor does it mention alternatives among siblings. The user must infer context from sibling tool names.

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/ginkida/dbecho'

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