Skip to main content
Glama

Beep Boop MCP

check_status

Verify the work coordination status in a directory by analyzing beep/boop files, identify stale items, and optionally clean them up based on age thresholds to streamline workflow.

Instructions

Checks the current work coordination status of a directory by examining beep/boop files, provides guidance on next steps, and can automatically clean up stale boop files older than a specified threshold.

Input Schema

NameRequiredDescriptionDefault
autoCleanStaleNoWhether to automatically clean up stale boop files (default: false)
directoryYesDirectory path to check
maxAgeHoursNoMaximum age in hours for boop files before considering them stale (default: 24)
newAgentIdNoAgent ID to use when claiming after stale cleanup
newWorkDescriptionNoWork description when claiming after cleanup

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "autoCleanStale": { "default": false, "description": "Whether to automatically clean up stale boop files (default: false)", "type": "boolean" }, "directory": { "description": "Directory path to check", "type": "string" }, "maxAgeHours": { "default": 24, "description": "Maximum age in hours for boop files before considering them stale (default: 24)", "type": "number" }, "newAgentId": { "description": "Agent ID to use when claiming after stale cleanup", "type": "string" }, "newWorkDescription": { "description": "Work description when claiming after cleanup", "type": "string" } }, "required": [ "directory" ], "type": "object" }

Other Tools from Beep Boop MCP

Related Tools

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/thesammykins/beep_boop_mcp'

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