Skip to main content
Glama
ginkida
by ginkida

anomalies

Check a table for data quality issues including high null rates, duplicates, numeric outliers, future dates, and single-value columns.

Instructions

Find data quality issues in a table: high null rates, single-value columns, numeric outliers, future dates, possible duplicates.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
databaseYes
tableYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description bears full weight. It describes what anomalies are detected but does not explicitly state that the tool is read-only, nor does it mention permissions, rate limits, or side effects.

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 focused sentence followed by a concise Args list. Every word adds value, and the purpose is front-loaded with no unnecessary information.

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?

Given the low complexity (2 params) and existence of an output schema to explain return values, the description covers the main purpose and arguments. However, it could briefly mention that the tool is non-destructive.

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

Parameters4/5

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

Schema coverage is 0%, but the description adds meaningful context for both parameters: 'Name of the database from config' and 'Name of the table to check', which goes beyond the schema's title and type.

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 'Find data quality issues in a table' with a specific verb and resource, and lists concrete examples like high null rates, single-value columns, etc., which distinguishes it from sibling tools like analyze or query.

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 for data quality checks but provides no explicit guidance on when to use this tool versus alternatives like analyze or sample, nor does it mention when not to use it.

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