Skip to main content
Glama

bloat_and_vacuum_analysis

Rank tables needing vacuum by dead-tuple ratio and autovacuum recency. Accepts injected table-bloat rows for offline analysis or pulls live worst tables, with metrics cited for each recommendation.

Instructions

[READ] Rank tables needing vacuum from dead-tuple ratio + autovacuum recency.

Pass 'tables' (as from table_bloat) for pure/offline analysis, or omit to
pull the worst dead-tuple tables live. Each recommendation cites its numbers.

Args:
    tables: Injected table-bloat rows; if omitted, pulled live.
    limit: How many tables to pull when not injected (default 50).
    target: Target name from config; omit for the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
tablesNo
targetNo
Behavior4/5

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

Starts with '[READ]' to indicate read-only behavior, especially important since no annotations are provided. Explains two modes and that each recommendation cites numbers. Does not mention potential performance implications of live mode, but overall 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?

The description consists of two short paragraphs, front-loaded with the purpose and [READ] tag. Every sentence adds value with no fluff.

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?

Covers purpose, usage modes, parameters, and a hint about output (numbers). However, it does not explicitly describe the output format (e.g., list of tables with scores) or the exact ranking criteria, which would improve completeness.

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

Parameters5/5

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

With 0% schema description coverage, the description fully explains each parameter: 'tables' (injection vs. live), 'limit' (default 50, only when not injected), and 'target' (config target). Adds meaning beyond type and name.

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 verb 'Rank' and the resource 'tables needing vacuum', with the criteria 'dead-tuple ratio + autovacuum recency'. It distinguishes from siblings by mentioning the 'tables' parameter can come from sibling 'table_bloat', indicating a complementary relationship.

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

Usage Guidelines4/5

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

Describes two usage modes: offline analysis with injected tables (from table_bloat) and live querying without the 'tables' parameter. However, it does not explicitly exclude scenarios or compare to other analysis tools like autovacuum_status or run_vacuum.

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/AIops-tools/Postgres-AIops'

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