Skip to main content
Glama
Soflutionltd

depsonar

by Soflutionltd

Setup Background Checker

depsonar_setup_checker
Idempotent

Install or remove a background checker that runs dependency scans on a schedule and stores results in a cache for review.

Instructions

Install or remove the background dependency checker. On macOS, uses launchd (native, lightweight). On Linux, uses cron.

The checker runs on schedule, scans all projects, writes results to ~/.depsonar-cache.json, then exits. Zero RAM between runs, zero AI tokens, zero cost.

Results are shown by depsonar_alerts.

Examples:

  • "Setup background dependency checking"

  • "Check my deps every 12 hours"

  • "Remove the background checker"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uninstallNoRemove the scheduled check.
interval_hoursNoHow often to check (in hours). Default: every 6 hours.
Behavior4/5

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

The description discloses platform-specific behavior (launchd on macOS, cron on Linux), writes results to ~/.depsonar-cache.json, and notes zero RAM/tokens/cost between runs. This goes beyond the annotations (e.g., idempotentHint) and gives the agent a realistic picture of side effects. No contradiction with annotations.

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 well-structured: first sentence defines the action, then platform notes, then operational details, then result location, and ends with concrete examples. Each sentence earns its place with no redundant 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?

For a simple setup tool with two optional parameters, the description covers the operation's lifecycle, platform variations, the cache file, and integration with depsonar_alerts. It does not explain return values (no output schema), but that is not a major gap for this tool. It is sufficient for an agent to invoke correctly.

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 the baseline is 3. The description adds value by embedding usage in examples ('Check my deps every 12 hours' maps to interval_hours, 'Remove the background checker' maps to uninstall), making the parameters more concrete than the schema alone.

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 opens with 'Install or remove the background dependency checker,' which is a specific verb+resource statement. It distinguishes this tool from siblings like depsonar_check (which likely runs an immediate check) by emphasizing background/scheduled execution. The examples further clarify the purpose.

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?

The description provides examples like 'Setup background dependency checking' and 'Remove the background checker,' making it clear when to invoke the tool. However, it does not explicitly state when not to use it or compare with alternatives like depsonar_check, so it earns a 4 rather than a 5.

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/Soflutionltd/depsonar'

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