Skip to main content
Glama
patrickdeanfox

Zuar Portal Blocks MCP Server

Sweep scratch leftovers (loop hygiene)

cleanup_scratch
DestructiveIdempotent

Identify and optionally delete temporary or scratch records (TMP, tmp tag, '(delete me)'). Dry-run shows matches and references; confirm removes safe, unreferenced entries.

Instructions

Find records that scratch conventions mark as disposable — a name starting 'TMP ·', a 'scratch'/'tmp' tag, or '(delete me)' in the name; optionally '(diagnostic)' records and unnamed ones. DRY-RUN BY DEFAULT: reports every match, why it matched, and what (if anything) references it. confirm=true deletes only the safe candidates — unreferenced, not recently touched — through the same gated delete path as delete_resource. Content deletes are VC-recorded (restorable); db_modification deletes are NOT restorable and only ever match the explicit TMP/scratch markers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindsNoKinds to sweep (default: query, block, db_modification).
confirmNotrue = delete the safe candidates. Omit for the dry-run report.
max_deleteNoCap deletions per run (default 50); the remainder is reported.
include_unnamedNoAlso flag null/empty-named records — content kinds only, never db_modifications. Default false.
older_than_minutesNoOnly records untouched this long are candidates — a running loop may still need newer ones (default 60; 0 disables).
include_diagnosticsNoAlso flag '(diagnostic)'-suffixed records (e.g. 'SYS · Block Inspect (diagnostic)'). Default false.
Behavior5/5

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

Adds extensive behavioral context beyond annotations: dry-run default, matching criteria, deletion safety checks, and permanent vs restorable deletes. Contradicts nothing in annotations.

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?

Three well-organized paragraphs, each serving a purpose. No redundancy, all sentences add value. Could be slightly more concise but acceptable given depth.

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 no output schema, description covers dry-run report contents and deletion behavior comprehensively. Covers standard use cases. Missing pagination or performance notes, but adequate for tool complexity.

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 100%, so baseline is 3. Description adds extra meaning: explanations of default values, behavior of confirm, and conditions for deletion. Compensates with richer context.

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 identifies the tool as scanning for disposable records by specific naming/tag conventions. It explicitly states the verb 'sweep' and the resource 'scratch leftovers', distinguishing it from siblings (no other sweep tool).

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?

Provides clear when-to-use guidance: for cleaning up temporary records from loops. Mentions dry-run default, confirm=true for actual deletion, and safety checks. Implicitly contrasts with delete_resource by referencing 'same gated delete path'. Lacks explicit when-not-to-use, but context is strong.

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/patrickdeanfox/zuar-portal-mcp'

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