Skip to main content
Glama

Beep Boop MCP

end_work

Signals task completion by removing the boop file and creating a beep file in the specified directory, preparing it for new work. Includes agent ID and optional message for tracking.

Instructions

Atomically completes work by removing the boop file and creating a beep file. This signals that work is complete and clears the directory for new work.

Input Schema

NameRequiredDescriptionDefault
agentIdYesAgent identifier that was doing the work
directoryYesDirectory path where work is being completed
messageNoOptional completion message

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "agentId": { "description": "Agent identifier that was doing the work", "type": "string" }, "directory": { "description": "Directory path where work is being completed", "type": "string" }, "message": { "description": "Optional completion message", "type": "string" } }, "required": [ "directory", "agentId" ], "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