Skip to main content
Glama

Beep Boop MCP

create_beep

Generate a beep file to signal task completion and clear a directory for new work. Ideal for coordinating AI agents in shared codebases using file-based signaling within Beep Boop MCP.

Instructions

Creates a beep file to signal that work is complete and the directory is cleared for new work. Use this when work is finished but no boop file exists.

Input Schema

NameRequiredDescriptionDefault
directoryYesDirectory path where to create the beep file
messageNoOptional completion message

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "directory": { "description": "Directory path where to create the beep file", "type": "string" }, "message": { "description": "Optional completion message", "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