Skip to main content
Glama
AsifKibria

Claude Code Toolkit

by AsifKibria

enforce_retention

Apply data retention policy by deleting sessions older than a configurable number of days. Preview deletions before executing with dry run mode.

Instructions

Apply data retention policy by deleting sessions older than specified days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoDelete sessions older than this many days. Default: 30
dry_runNoPreview without deleting. Default: true
Behavior2/5

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

No annotations are present, so the description must fully disclose behavior. It only states the core action and mentions dry_run via parameter defaults, but fails to explain side effects, reversibility, or what happens to associated data. The agent is left guessing about implications.

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 that efficiently conveys the core functionality. There is no redundant information, and the key action and constraint are front-loaded.

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

Completeness2/5

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

Given the lack of annotations and output schema, the description provides minimal context. It omits return values, confirmation messages, or how the dry_run mode behaves. For a deletion tool, more behavioral context is needed to ensure safe usage.

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 coverage is 100%; both parameters have descriptions in the schema. The tool description adds no additional semantic value beyond summarizing the action. Thus, it meets the baseline but does not enhance understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Apply data retention policy by deleting sessions older than specified days.' It specifies the action (delete) and resource (sessions) with a condition (older than days). However, it does not explicitly differentiate from sibling tools like archive_conversations or clean_traces, which also handle data cleanup.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. Given siblings like archive_conversations, clean_traces, or wipe_traces, the agent lacks context to choose correctly. There is no mention of prerequisites, recommended scenarios, or exclusions.

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/AsifKibria/claude-code-toolkit'

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